Searched refs:mSatelliteCommunicationAllowedStateChangedListeners (Results 1 – 1 of 1) sorted by relevance
231 mSatelliteCommunicationAllowedStateChangedListeners = new ConcurrentHashMap<>(); field in SatelliteAccessController1543 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()