Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputController.java762 MediaDevice currentConnectedMediaDevice = getCurrentConnectedMediaDevice(); in isCurrentConnectedDeviceRemote() local
763 return currentConnectedMediaDevice != null && isActiveRemoteDevice( in isCurrentConnectedDeviceRemote()
764 currentConnectedMediaDevice); in isCurrentConnectedDeviceRemote()
768 MediaDevice currentConnectedMediaDevice = getCurrentConnectedMediaDevice(); in isCurrentOutputDeviceHasSessionOngoing() local
769 return currentConnectedMediaDevice != null in isCurrentOutputDeviceHasSessionOngoing()
770 && (currentConnectedMediaDevice.isHostForOngoingSession()); in isCurrentOutputDeviceHasSessionOngoing()