Home
last modified time | relevance | path

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

/packages/apps/TvSystemUI/src/com/android/systemui/tv/media/
DTvMediaOutputDialogActivity.java87 private String mActiveDeviceId; field in TvMediaOutputDialogActivity
205 if (mActiveDeviceId != null && !mActiveDeviceId.equals(activeDevice.getId())) { in onRouteChanged()
208 mActiveDeviceId = activeDevice.getId(); in onRouteChanged()
214 if (mActiveDeviceId == null in onDeviceListChanged()
216 mActiveDeviceId = mMediaOutputController.getCurrentConnectedMediaDevice().getId(); in onDeviceListChanged()