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.java801 private final Set<TelephonyConnectionListener> mTelephonyListeners = Collections.newSetFromMap( field in TelephonyConnection
2632 mTelephonyListeners.add(l); in addTelephonyConnectionListener()
2649 mTelephonyListeners.remove(l); in removeTelephonyConnectionListener()
2674 for (TelephonyConnectionListener l : mTelephonyListeners) { in fireOnOriginalConnectionConfigured()
2680 for (TelephonyConnectionListener l : mTelephonyListeners) { in fireOnOriginalConnectionRetryDial()
3052 for (TelephonyConnectionListener l : mTelephonyListeners) { in updateConferenceParticipants()
3062 for (TelephonyConnectionListener l : mTelephonyListeners) { in notifyConferenceStarted()
3074 for (TelephonyConnectionListener l : mTelephonyListeners) { in notifyConferenceSupportedChanged()
3084 for (TelephonyConnectionListener listener : mTelephonyListeners) { in notifyConnectionCapabilitiesChanged()
3094 for (TelephonyConnectionListener listener : mTelephonyListeners) { in notifyConnectionPropertiesChanged()
[all …]