Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/satellite/stub/
DSatelliteImplBase.java129 public void startSendingSatellitePointingInfo(IIntegerConsumer resultCallback)
132 () -> SatelliteImplBase.this.startSendingSatellitePointingInfo(resultCallback),
465 public void startSendingSatellitePointingInfo(@NonNull IIntegerConsumer resultCallback) { in startSendingSatellitePointingInfo() method in SatelliteImplBase
DISatellite.aidl188 void startSendingSatellitePointingInfo(in IIntegerConsumer resultCallback); in startSendingSatellitePointingInfo() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DPointingAppControllerTest.java263 }).when(mMockSatelliteModemInterface).startSendingSatellitePointingInfo(any(Message.class)); in setUpResponseForStartTransmissionUpdates()
288 .startSendingSatellitePointingInfo(eq(testMessage)); in testStartSatelliteTransmissionUpdates_success()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DPointingAppController.java353 SatelliteModemInterface.getInstance().startSendingSatellitePointingInfo(message); in startSatelliteTransmissionUpdates()
DSatelliteModemInterface.java837 public void startSendingSatellitePointingInfo(@NonNull Message message) { in startSendingSatellitePointingInfo() method in SatelliteModemInterface
840 mSatelliteService.startSendingSatellitePointingInfo(new IIntegerConsumer.Stub() { in startSendingSatellitePointingInfo()