Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputAdapter.java149 final boolean currentlyConnected = isCurrentlyConnected(device); in onBind()
467 if (isCurrentlyConnected(device)) { in transferOutput()
DMediaOutputBaseAdapter.java106 boolean isCurrentlyConnected(MediaDevice device) { in isCurrentlyConnected() method in MediaOutputBaseAdapter