Searched refs:startSendingSatellitePointingInfo (Results 1 – 5 of 5) sorted by relevance
129 public void startSendingSatellitePointingInfo(IIntegerConsumer resultCallback)132 () -> SatelliteImplBase.this.startSendingSatellitePointingInfo(resultCallback),465 public void startSendingSatellitePointingInfo(@NonNull IIntegerConsumer resultCallback) { in startSendingSatellitePointingInfo() method in SatelliteImplBase
188 void startSendingSatellitePointingInfo(in IIntegerConsumer resultCallback); in startSendingSatellitePointingInfo() method
263 }).when(mMockSatelliteModemInterface).startSendingSatellitePointingInfo(any(Message.class)); in setUpResponseForStartTransmissionUpdates()288 .startSendingSatellitePointingInfo(eq(testMessage)); in testStartSatelliteTransmissionUpdates_success()
353 SatelliteModemInterface.getInstance().startSendingSatellitePointingInfo(message); in startSatelliteTransmissionUpdates()
837 public void startSendingSatellitePointingInfo(@NonNull Message message) { in startSendingSatellitePointingInfo() method in SatelliteModemInterface840 mSatelliteService.startSendingSatellitePointingInfo(new IIntegerConsumer.Stub() { in startSendingSatellitePointingInfo()