Searched refs:stopSendingSatellitePointingInfo (Results 1 – 5 of 5) sorted by relevance
137 public void stopSendingSatellitePointingInfo(IIntegerConsumer resultCallback)140 () -> SatelliteImplBase.this.stopSendingSatellitePointingInfo(resultCallback),485 public void stopSendingSatellitePointingInfo(@NonNull IIntegerConsumer resultCallback) { in stopSendingSatellitePointingInfo() method in SatelliteImplBase
206 void stopSendingSatellitePointingInfo(in IIntegerConsumer resultCallback); in stopSendingSatellitePointingInfo() method
275 }).when(mMockSatelliteModemInterface).stopSendingSatellitePointingInfo(any(Message.class)); in setUpResponseForStopTransmissionUpdates()309 .stopSendingSatellitePointingInfo(eq(testMessage)); in testStopSatelliteTransmissionUpdates_success()
364 SatelliteModemInterface.getInstance().stopSendingSatellitePointingInfo(message); in stopSatelliteTransmissionUpdates()
867 public void stopSendingSatellitePointingInfo(@NonNull Message message) { in stopSendingSatellitePointingInfo() method in SatelliteModemInterface870 mSatelliteService.stopSendingSatellitePointingInfo(new IIntegerConsumer.Stub() { in stopSendingSatellitePointingInfo()