Remove PhoneStateLister#onOtaspChanged
and replace with Registrant in Phone, since the callback is only used inside telephony. Bug: 140908357 Test: make Change-Id: Ia86e9885f85d7f6b3698e96653add00e9b8670ed
This commit is contained in:
@@ -43,7 +43,6 @@ oneway interface IPhoneStateListener {
|
||||
void onDataConnectionStateChanged(int state, int networkType);
|
||||
void onDataActivity(int direction);
|
||||
void onSignalStrengthsChanged(in SignalStrength signalStrength);
|
||||
void onOtaspChanged(in int otaspMode);
|
||||
void onCellInfoChanged(in List<CellInfo> cellInfo);
|
||||
void onPreciseCallStateChanged(in PreciseCallState callState);
|
||||
void onPreciseDataConnectionStateChanged(in PreciseDataConnectionState dataConnectionState);
|
||||
|
||||
@@ -67,8 +67,6 @@ interface ITelephonyRegistry {
|
||||
@UnsupportedAppUsage(maxTargetSdk = 28)
|
||||
void notifyCellLocation(in Bundle cellLocation);
|
||||
void notifyCellLocationForSubscriber(in int subId, in Bundle cellLocation);
|
||||
@UnsupportedAppUsage(maxTargetSdk = 28)
|
||||
void notifyOtaspChanged(in int subId, in int otaspMode);
|
||||
@UnsupportedAppUsage
|
||||
void notifyCellInfo(in List<CellInfo> cellInfo);
|
||||
void notifyPreciseCallState(int phoneId, int subId, int ringingCallState,
|
||||
|
||||
Reference in New Issue
Block a user