Merge "[RILConstants] Add Location Privacy HAL"
This commit is contained in:
committed by
Android (Google) Code Review
commit
1f186379dc
@@ -546,6 +546,8 @@ public interface RILConstants {
|
||||
int RIL_REQUEST_UPDATE_IMS_CALL_STATUS = 240;
|
||||
int RIL_REQUEST_SET_N1_MODE_ENABLED = 241;
|
||||
int RIL_REQUEST_IS_N1_MODE_ENABLED = 242;
|
||||
int RIL_REQUEST_SET_LOCATION_PRIVACY_SETTING = 243;
|
||||
int RIL_REQUEST_GET_LOCATION_PRIVACY_SETTING = 244;
|
||||
|
||||
/* Responses begin */
|
||||
int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;
|
||||
@@ -620,4 +622,5 @@ public interface RILConstants {
|
||||
int RIL_UNSOL_TRIGGER_IMS_DEREGISTRATION = 1107;
|
||||
int RIL_UNSOL_CONNECTION_SETUP_FAILURE = 1108;
|
||||
int RIL_UNSOL_NOTIFY_ANBR = 1109;
|
||||
int RIL_UNSOL_ON_NETWORK_INITIATED_LOCATION_RESULT = 1110;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user