Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java1616 List<ISatelliteCommunicationAllowedStateCallback> deadCallersList = new ArrayList<>(); in notifySatelliteCommunicationAllowedStateChanged() local
1622 deadCallersList.add(listener); in notifySatelliteCommunicationAllowedStateChanged()
1625 deadCallersList.forEach(listener -> { in notifySatelliteCommunicationAllowedStateChanged()