summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorJayachandran Chinnakkannu <jayachandranc@google.com>2020-03-02 21:18:50 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-03-02 21:18:50 +0000
commitdb5c0688f39459d9b5a687d898ecc889b2dffe8c (patch)
tree62d810689d688acc4703c5db3e10fe4a4b9e5bc8 /core/java
parent5d92fa9f14341adba1e3d15f93d7075a61123031 (diff)
parent6c546d00d0c42ae17412e989cf6a2f3d80bb6c94 (diff)
Merge "Make IccCardConstants APIs hidden as per API concil's feedback" into rvc-dev
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/content/Intent.java34
1 files changed, 0 insertions, 34 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index acc4cb098ffb..315c26ad66d0 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -4080,8 +4080,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String EXTRA_SIM_STATE = "ss";
/**
@@ -4089,8 +4087,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_STATE_UNKNOWN = "UNKNOWN";
/**
@@ -4098,8 +4094,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_STATE_NOT_READY = "NOT_READY";
/**
@@ -4107,8 +4101,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_STATE_ABSENT = "ABSENT";
/**
@@ -4116,8 +4108,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_STATE_PRESENT = "PRESENT";
/**
@@ -4125,8 +4115,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
static public final String SIM_STATE_CARD_IO_ERROR = "CARD_IO_ERROR";
/**
@@ -4135,8 +4123,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
static public final String SIM_STATE_CARD_RESTRICTED = "CARD_RESTRICTED";
/**
@@ -4144,8 +4130,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_STATE_LOCKED = "LOCKED";
/**
@@ -4153,8 +4137,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_STATE_READY = "READY";
/**
@@ -4162,8 +4144,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_STATE_IMSI = "IMSI";
/**
@@ -4171,8 +4151,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_STATE_LOADED = "LOADED";
/**
@@ -4187,8 +4165,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_APPLICATION_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String EXTRA_SIM_LOCKED_REASON = "reason";
/**
@@ -4196,8 +4172,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_APPLICATION_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_LOCKED_ON_PIN = "PIN";
/**
@@ -4206,8 +4180,6 @@ public class Intent implements Parcelable, Cloneable {
* @deprecated Use {@link #ACTION_SIM_APPLICATION_STATE_CHANGED}
*/
/* PUK means ICC is locked on PUK1 */
- @Deprecated
- @SystemApi
public static final String SIM_LOCKED_ON_PUK = "PUK";
/**
@@ -4215,8 +4187,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_APPLICATION_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_LOCKED_NETWORK = "NETWORK";
/**
@@ -4224,8 +4194,6 @@ public class Intent implements Parcelable, Cloneable {
* @hide
* @deprecated Use {@link #ACTION_SIM_APPLICATION_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String SIM_ABSENT_ON_PERM_DISABLED = "PERM_DISABLED";
/**
@@ -4236,8 +4204,6 @@ public class Intent implements Parcelable, Cloneable {
* @deprecated Use {@link #ACTION_SIM_CARD_STATE_CHANGED} or
* {@link #ACTION_SIM_APPLICATION_STATE_CHANGED}
*/
- @Deprecated
- @SystemApi
public static final String EXTRA_REBROADCAST_ON_UNLOCK = "rebroadcastOnUnlock";
/**