Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/media/
DMediaDeviceUpdateWorker.java197 boolean isDeviceIncluded(Collection<MediaDevice> deviceCollection, MediaDevice targetDevice) { in isDeviceIncluded() argument
199 if (TextUtils.equals(device.getId(), targetDevice.getId())) { in isDeviceIncluded()
/packages/apps/TvSystemUI/src/com/android/systemui/tv/media/
DTvMediaOutputController.java244 protected void setTemporaryAllowListExceptionIfNeeded(MediaDevice targetDevice) { in setTemporaryAllowListExceptionIfNeeded() argument
245 super.setTemporaryAllowListExceptionIfNeeded(targetDevice); in setTemporaryAllowListExceptionIfNeeded()
DTvMediaOutputAdapter.java277 private boolean isDeviceIncluded(List<MediaDevice> deviceList, MediaDevice targetDevice) { in isDeviceIncluded() argument
279 if (TextUtils.equals(device.getId(), targetDevice.getId())) { in isDeviceIncluded()