diff options
| author | 2023-11-10 20:49:35 +0000 | |
|---|---|---|
| committer | 2023-11-10 20:49:35 +0000 | |
| commit | 6af89aec4ef63a40a6c7eafecf6a8dd3bdfdd86d (patch) | |
| tree | 346e389c89abc3d1d55ceb42ef0b2ef09db4327e | |
| parent | 9b790b4204a344abe1c3bb801875c1629fd33050 (diff) | |
| parent | db38b7e6262d44a60b5064841fde426ba335ec49 (diff) | |
Merge "Add RIL Constants for Cellular Identifier Transparency" into main
| -rw-r--r-- | telephony/java/com/android/internal/telephony/RILConstants.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java index f56347fef450..edd659755c8d 100644 --- a/telephony/java/com/android/internal/telephony/RILConstants.java +++ b/telephony/java/com/android/internal/telephony/RILConstants.java @@ -544,6 +544,8 @@ public interface RILConstants { int RIL_REQUEST_SET_LOCATION_PRIVACY_SETTING = 243; int RIL_REQUEST_GET_LOCATION_PRIVACY_SETTING = 244; int RIL_REQUEST_IS_NULL_CIPHER_AND_INTEGRITY_ENABLED = 245; + int RIL_REQUEST_IS_CELLULAR_IDENTIFIER_DISCLOSED_ENABLED = 246; + int RIL_REQUEST_SET_CELLULAR_IDENTIFIER_DISCLOSED_ENABLED = 247; /* Responses begin */ int RIL_RESPONSE_ACKNOWLEDGEMENT = 800; @@ -605,6 +607,7 @@ public interface RILConstants { int RIL_UNSOL_RESPONSE_SIM_PHONEBOOK_CHANGED = 1053; int RIL_UNSOL_RESPONSE_SIM_PHONEBOOK_RECORDS_RECEIVED = 1054; int RIL_UNSOL_SLICING_CONFIG_CHANGED = 1055; + int RIL_UNSOL_CELLULAR_IDENTIFIER_DISCLOSED = 1056; /* The following unsols are not defined in RIL.h */ int RIL_UNSOL_HAL_NON_RIL_BASE = 1100; |