Revert "[RILConstants] Add Location Privacy HAL"

Revert submission 20513346-LocationPrivacy-HAL

Reason for revert: Move feature to Android V

Reverted changes: /q/submissionid:20513346-LocationPrivacy-HAL

Change-Id: I2a46b5fc2d292273249c63013b8e48e0dad81d76
This commit is contained in:
Terry Huang
2022-12-26 01:39:39 +00:00
committed by Android (Google) Code Review
parent 74d832ae41
commit c1ba2f189a

View File

@@ -546,8 +546,6 @@ 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;
@@ -622,5 +620,4 @@ 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;
}