summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/provider/Telephony.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/java/android/provider/Telephony.java b/core/java/android/provider/Telephony.java
index 453728137d9a..4fa7c427b177 100644
--- a/core/java/android/provider/Telephony.java
+++ b/core/java/android/provider/Telephony.java
@@ -3746,6 +3746,7 @@ public final class Telephony {
* @deprecated this column is no longer supported, use {@link #NETWORK_TYPE_BITMASK} instead
*/
@Deprecated
+ @SystemApi
public static final String BEARER_BITMASK = "bearer_bitmask";
/**
@@ -3795,6 +3796,7 @@ public final class Telephony {
* <p>Type: INTEGER</p>
*@hide
*/
+ @SystemApi
public static final String PROFILE_ID = "profile_id";
/**
@@ -3995,6 +3997,7 @@ public final class Telephony {
*
* @hide
*/
+ @SystemApi
public static final String SKIP_464XLAT = "skip_464xlat";
/**
@@ -4003,6 +4006,7 @@ public final class Telephony {
*
* @hide
*/
+ @SystemApi
public static final int SKIP_464XLAT_DEFAULT = -1;
/**
@@ -4011,6 +4015,7 @@ public final class Telephony {
*
* @hide
*/
+ @SystemApi
public static final int SKIP_464XLAT_DISABLE = 0;
/**
@@ -4019,6 +4024,7 @@ public final class Telephony {
*
* @hide
*/
+ @SystemApi
public static final int SKIP_464XLAT_ENABLE = 1;