Searched refs:requestIsSatelliteSupported (Results 1 – 2 of 2) sorted by relevance
267 public void requestIsSatelliteSupported(@NonNull IIntegerConsumer errorCallback, in requestIsSatelliteSupported() method in MockSatelliteService
3902 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