Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java231 mSatelliteCommunicationAllowedStateChangedListeners = new ConcurrentHashMap<>(); field in SatelliteAccessController
1543 mSatelliteCommunicationAllowedStateChangedListeners.put(callback.asBinder(), callback); in registerForCommunicationAllowedStateChanged()
1565 mSatelliteCommunicationAllowedStateChangedListeners.remove(callback.asBinder()); in unregisterForCommunicationAllowedStateChanged()
1617 mSatelliteCommunicationAllowedStateChangedListeners.values().forEach(listener -> { in notifySatelliteCommunicationAllowedStateChanged()
1626 mSatelliteCommunicationAllowedStateChangedListeners.remove(listener.asBinder()); in notifySatelliteCommunicationAllowedStateChanged()