Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java961 private final Set<TelephonyConnectionListener> mTelephonyListeners = Collections.newSetFromMap( field in TelephonyConnection
3059 mTelephonyListeners.add(l); in addTelephonyConnectionListener()
3076 mTelephonyListeners.remove(l); in removeTelephonyConnectionListener()
3101 for (TelephonyConnectionListener l : mTelephonyListeners) { in fireOnOriginalConnectionConfigured()
3107 for (TelephonyConnectionListener l : mTelephonyListeners) { in fireOnOriginalConnectionRetryDial()
3499 for (TelephonyConnectionListener l : mTelephonyListeners) { in updateConferenceParticipants()
3667 for (TelephonyConnectionListener l : mTelephonyListeners) { in notifyConferenceStarted()
3679 for (TelephonyConnectionListener l : mTelephonyListeners) { in notifyConferenceSupportedChanged()
3689 for (TelephonyConnectionListener listener : mTelephonyListeners) { in notifyConnectionCapabilitiesChanged()
3699 for (TelephonyConnectionListener listener : mTelephonyListeners) { in notifyConnectionPropertiesChanged()
[all …]