Searched refs:audioMgr (Results 1 – 1 of 1) sorted by relevance
33 /* package */ static boolean hasOutputDevice(AudioManager audioMgr) { in hasOutputDevice() argument34 AudioDeviceInfo[] devices = audioMgr.getDevices(AudioManager.GET_DEVICES_OUTPUTS); in hasOutputDevice()38 /* package */ static boolean hasInputDevice(AudioManager audioMgr) { in hasInputDevice() argument39 AudioDeviceInfo[] devices = audioMgr.getDevices(AudioManager.GET_DEVICES_INPUTS); in hasInputDevice()