Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioManager.java7729 final ArrayList<CommDevListenerInfo> commDevListeners; in dispatchCommunicationDeviceChanged() local
7734 commDevListeners = (ArrayList<CommDevListenerInfo>) mCommDevListeners.clone(); in dispatchCommunicationDeviceChanged()
7739 for (CommDevListenerInfo info : commDevListeners) { in dispatchCommunicationDeviceChanged()