Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DMockSatelliteService.java267 public void requestIsSatelliteSupported(@NonNull IIntegerConsumer errorCallback, in requestIsSatelliteSupported() method in MockSatelliteService
DSatelliteManagerTestOnMockService.java3902 final Pair<Boolean, Integer> originalSupportState = requestIsSatelliteSupported(); in testRegisterForSupportedStateChanged()
3923 Pair<Boolean, Integer> pairResult = requestIsSatelliteSupported(); in testRegisterForSupportedStateChanged()
3937 pairResult = requestIsSatelliteSupported(); in testRegisterForSupportedStateChanged()
4931 private Pair<Boolean, Integer> requestIsSatelliteSupported() { in requestIsSatelliteSupported() method in SatelliteManagerTestOnMockService