Searched refs:requestIsSatelliteSupported (Results 1 – 5 of 5) sorted by relevance
64 findViewById(R.id.requestIsSatelliteSupported) in onCreate()
230 public void requestIsSatelliteSupported(@NonNull IIntegerConsumer errorCallback, in requestIsSatelliteSupported() method in TestSatelliteService
586 }).when(mMockSatelliteController).requestIsSatelliteSupported(anyInt(), in setUpResponseForRequestIsSatelliteSupported()
850 mSatelliteController.requestIsSatelliteSupported( in handleCmdIsSatelliteAllowedForCurrentLocation()
13166 public void requestIsSatelliteSupported(int subId, @NonNull ResultReceiver result) { in requestIsSatelliteSupported() method in PhoneInterfaceManager13167 mSatelliteController.requestIsSatelliteSupported(subId, result); in requestIsSatelliteSupported()