Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDeviceUtils.java33 /* package */ static boolean hasOutputDevice(AudioManager audioMgr) { in hasOutputDevice() argument
34 AudioDeviceInfo[] devices = audioMgr.getDevices(AudioManager.GET_DEVICES_OUTPUTS); in hasOutputDevice()
38 /* package */ static boolean hasInputDevice(AudioManager audioMgr) { in hasInputDevice() argument
39 AudioDeviceInfo[] devices = audioMgr.getDevices(AudioManager.GET_DEVICES_INPUTS); in hasInputDevice()