Searched refs:stopSatelliteTransmissionUpdates (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/ |
D | PointingAppController.java | 362 public void stopSatelliteTransmissionUpdates(@NonNull Message message) { in stopSatelliteTransmissionUpdates() method in PointingAppController
|
D | SatelliteController.java | 918 mPointingAppController.stopSatelliteTransmissionUpdates(onCompleted); in handleMessage() 1764 public void stopSatelliteTransmissionUpdates(int subId, @NonNull IIntegerConsumer errorCallback, in stopSatelliteTransmissionUpdates() method in SatelliteController
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/ |
D | SatelliteControllerTest.java | 1156 mSatelliteControllerUT.stopSatelliteTransmissionUpdates(SUB_ID, mIIntegerConsumer, in testStopSatelliteTransmissionUpdates() 1166 mSatelliteControllerUT.stopSatelliteTransmissionUpdates(SUB_ID, mIIntegerConsumer, in testStopSatelliteTransmissionUpdates() 1176 mSatelliteControllerUT.stopSatelliteTransmissionUpdates(SUB_ID, mIIntegerConsumer, in testStopSatelliteTransmissionUpdates() 1190 mSatelliteControllerUT.stopSatelliteTransmissionUpdates(SUB_ID, mIIntegerConsumer, in testStopSatelliteTransmissionUpdates() 1201 mSatelliteControllerUT.stopSatelliteTransmissionUpdates(SUB_ID, mIIntegerConsumer, in testStopSatelliteTransmissionUpdates() 1208 verify(mMockPointingAppController).stopSatelliteTransmissionUpdates(any(Message.class)); in testStopSatelliteTransmissionUpdates() 1214 mSatelliteControllerUT.stopSatelliteTransmissionUpdates(SUB_ID, mIIntegerConsumer, in testStopSatelliteTransmissionUpdates() 4037 }).when(mMockPointingAppController).stopSatelliteTransmissionUpdates(any(Message.class)); in setUpResponseForStopSatelliteTransmissionUpdates()
|
D | PointingAppControllerTest.java | 304 mPointingAppController.stopSatelliteTransmissionUpdates(testMessage); in testStopSatelliteTransmissionUpdates_success()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephony.aidl | 2836 void stopSatelliteTransmissionUpdates(int subId, in IIntegerConsumer resultCallback, in stopSatelliteTransmissionUpdates() method
|
/frameworks/base/telephony/java/android/telephony/satellite/ |
D | SatelliteManager.java | 1218 telephony.stopSatelliteTransmissionUpdates(mSubId, errorCallback, in stopTransmissionUpdates()
|
/frameworks/base/core/api/ |
D | system-lint-baseline.txt | 538 ListenerLast: android.telephony.satellite.SatelliteManager#stopSatelliteTransmissionUpdates(android… 539 Listeners should always be at end of argument list (method `stopSatelliteTransmissionUpdates`) 540 ListenerLast: android.telephony.satellite.SatelliteManager#stopSatelliteTransmissionUpdates(android… 541 Listeners should always be at end of argument list (method `stopSatelliteTransmissionUpdates`) 2314 UnflaggedApi: android.telephony.satellite.SatelliteManager#stopSatelliteTransmissionUpdates(android… 2315 …gedApi: method android.telephony.satellite.SatelliteManager.stopSatelliteTransmissionUpdates(andro…
|