summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Daniel Bright <dbright@google.com> 2020-04-03 22:18:13 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-04-03 22:18:13 +0000
commit5e423ac87c46fb5cd96533c17aa1e743e076b382 (patch)
treeb7cad8ef8f3bda71c1836321208b29c384cc655a
parentafa19b5208dd7189d865c95f2f8a1d5df66699c9 (diff)
parenta87844ab875870153b273e7f9b1ca774f08c89f6 (diff)
Merge "SIM De-personalization"
-rw-r--r--telephony/java/com/android/internal/telephony/RILConstants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java
index 6fdc13e6a31b..d524299d7ede 100644
--- a/telephony/java/com/android/internal/telephony/RILConstants.java
+++ b/telephony/java/com/android/internal/telephony/RILConstants.java
@@ -493,6 +493,7 @@ public interface RILConstants {
int RIL_REQUEST_GET_UICC_APPLICATIONS_ENABLEMENT = 209;
int RIL_REQUEST_SET_SYSTEM_SELECTION_CHANNELS = 210;
int RIL_REQUEST_GET_BARRING_INFO = 211;
+ int RIL_REQUEST_ENTER_SIM_DEPERSONALIZATION = 212;
/* Responses begin */
int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;