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.java924 private final Set<TelephonyConnectionListener> mTelephonyListeners = Collections.newSetFromMap( field in TelephonyConnection
2951 mTelephonyListeners.add(l); in addTelephonyConnectionListener()
2968 mTelephonyListeners.remove(l); in removeTelephonyConnectionListener()
2993 for (TelephonyConnectionListener l : mTelephonyListeners) { in fireOnOriginalConnectionConfigured()
2999 for (TelephonyConnectionListener l : mTelephonyListeners) { in fireOnOriginalConnectionRetryDial()
3396 for (TelephonyConnectionListener l : mTelephonyListeners) { in updateConferenceParticipants()
3564 for (TelephonyConnectionListener l : mTelephonyListeners) { in notifyConferenceStarted()
3576 for (TelephonyConnectionListener l : mTelephonyListeners) { in notifyConferenceSupportedChanged()
3586 for (TelephonyConnectionListener listener : mTelephonyListeners) { in notifyConnectionCapabilitiesChanged()
3596 for (TelephonyConnectionListener listener : mTelephonyListeners) { in notifyConnectionPropertiesChanged()
[all …]