Skip to content
Snippets Groups Projects
Commit db38b7e6 authored by Gil Cukierman's avatar Gil Cukierman
Browse files

Add RIL Constants for Cellular Identifier Transparency

Bug: 276752426
Change-Id: If3a42ec55574da3e3efe9dee7c06cc3b74901b63
Test: m
parent c6f6d547
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment