Merge "Mark Gps Raw related APIs as System APIs. b/16727892" into lmp-mr1-dev

This commit is contained in:
destradaa
2014-11-07 18:22:30 +00:00
committed by Android (Google) Code Review
6 changed files with 16 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
package android.location;
import android.annotation.NonNull;
import android.annotation.SystemApi;
import android.os.Parcel;
import android.os.Parcelable;
@@ -28,6 +29,7 @@ import java.security.InvalidParameterException;
*
* @hide
*/
@SystemApi
public class GpsNavigationMessageEvent implements Parcelable {
/**
@@ -56,6 +58,7 @@ public class GpsNavigationMessageEvent implements Parcelable {
*
* @hide
*/
@SystemApi
public interface Listener {
/**