Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/satellite/
DSatelliteSupportedStateCallback.java29 public interface SatelliteSupportedStateCallback { interface
DSatelliteManager.java90 private static final ConcurrentHashMap<SatelliteSupportedStateCallback,
2377 @NonNull SatelliteSupportedStateCallback callback) { in registerForSupportedStateChanged()
2421 @NonNull SatelliteSupportedStateCallback callback) { in unregisterForSupportedStateChanged()
/frameworks/libs/gsma_services/satellite_client/src/android/telephony/satellite/wrapper/
DSatelliteManagerWrapper.java51 import android.telephony.satellite.SatelliteSupportedStateCallback;
102 SatelliteSupportedStateCallbackWrapper, SatelliteSupportedStateCallback>
1294 SatelliteSupportedStateCallback internalCallback = in registerForSupportedStateChanged()
1295 new SatelliteSupportedStateCallback() { in registerForSupportedStateChanged()
1345 SatelliteSupportedStateCallback internalCallback = in unregisterForSupportedStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/data/prod/
DDeviceBasedSatelliteRepositoryImpl.kt27 import android.telephony.satellite.SatelliteSupportedStateCallback in <lambda>()
314 val callback = SatelliteSupportedStateCallback { supported -> in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/satellite/data/prod/
DDeviceBasedSatelliteRepositoryImplTest.kt39 import android.telephony.satellite.SatelliteSupportedStateCallback
623 withArgCaptor<SatelliteSupportedStateCallback> { in satelliteSupported_supportIsLost_unregistersListeners()
656 withArgCaptor<SatelliteSupportedStateCallback> { in satelliteNotSupported_supportShowsUp_registersListeners()