Home
last modified time | relevance | path

Searched refs:stopSendingSatellitePointingInfo (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telephony/java/android/telephony/satellite/stub/
DSatelliteImplBase.java137 public void stopSendingSatellitePointingInfo(IIntegerConsumer resultCallback)
140 () -> SatelliteImplBase.this.stopSendingSatellitePointingInfo(resultCallback),
485 public void stopSendingSatellitePointingInfo(@NonNull IIntegerConsumer resultCallback) { in stopSendingSatellitePointingInfo() method in SatelliteImplBase
DISatellite.aidl206 void stopSendingSatellitePointingInfo(in IIntegerConsumer resultCallback); in stopSendingSatellitePointingInfo() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DPointingAppControllerTest.java275 }).when(mMockSatelliteModemInterface).stopSendingSatellitePointingInfo(any(Message.class)); in setUpResponseForStopTransmissionUpdates()
309 .stopSendingSatellitePointingInfo(eq(testMessage)); in testStopSatelliteTransmissionUpdates_success()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DPointingAppController.java364 SatelliteModemInterface.getInstance().stopSendingSatellitePointingInfo(message); in stopSatelliteTransmissionUpdates()
DSatelliteModemInterface.java867 public void stopSendingSatellitePointingInfo(@NonNull Message message) { in stopSendingSatellitePointingInfo() method in SatelliteModemInterface
870 mSatelliteService.stopSendingSatellitePointingInfo(new IIntegerConsumer.Stub() { in stopSendingSatellitePointingInfo()