Home
last modified time | relevance | path

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

/packages/services/Telephony/testapps/TestSatelliteApp/src/com/android/phone/testapps/satellitetestapp/
DSatelliteControl.java64 findViewById(R.id.requestIsSatelliteSupported) in onCreate()
DTestSatelliteService.java230 public void requestIsSatelliteSupported(@NonNull IIntegerConsumer errorCallback, in requestIsSatelliteSupported() method in TestSatelliteService
/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessControllerTest.java586 }).when(mMockSatelliteController).requestIsSatelliteSupported(anyInt(), in setUpResponseForRequestIsSatelliteSupported()
/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java850 mSatelliteController.requestIsSatelliteSupported( in handleCmdIsSatelliteAllowedForCurrentLocation()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java13166 public void requestIsSatelliteSupported(int subId, @NonNull ResultReceiver result) { in requestIsSatelliteSupported() method in PhoneInterfaceManager
13167 mSatelliteController.requestIsSatelliteSupported(subId, result); in requestIsSatelliteSupported()