Searched refs:telephonyDevice (Results 1 – 1 of 1) sorted by relevance
162 AudioDeviceInfo telephonyDevice = getTelephonyDeviceAndSetInCommunicationMode(); in test_audioTrack_incallMusicRoutingPermissions() local163 if (telephonyDevice == null) { in test_audioTrack_incallMusicRoutingPermissions()174 audioTrack.setPreferredDevice(telephonyDevice); in test_audioTrack_incallMusicRoutingPermissions()191 AudioDeviceInfo telephonyDevice = null; in getTelephonyDeviceAndSetInCommunicationMode() local195 telephonyDevice = deviceList[index]; in getTelephonyDeviceAndSetInCommunicationMode()199 if (telephonyDevice == null) { in getTelephonyDeviceAndSetInCommunicationMode()209 return telephonyDevice; in getTelephonyDeviceAndSetInCommunicationMode()781 AudioDeviceInfo telephonyDevice = getTelephonyDeviceAndSetInCommunicationMode(); in test_mediaPlayer_incallMusicRoutingPermissions() local782 if (telephonyDevice == null) { in test_mediaPlayer_incallMusicRoutingPermissions()790 mediaPlayer = allocMediaPlayer(telephonyDevice, false); in test_mediaPlayer_incallMusicRoutingPermissions()[all …]