Searched refs:AUDIO_DEVICE_CATEGORY_HEADPHONES (Results 1 – 8 of 8) sorted by relevance
254 AudioManager.AUDIO_DEVICE_CATEGORY_HEADPHONES) in getBluetoothAudioDeviceCategory()259 assertThat(category).isEqualTo(AudioManager.AUDIO_DEVICE_CATEGORY_HEADPHONES) in getBluetoothAudioDeviceCategory()
20 import static android.media.AudioManager.AUDIO_DEVICE_CATEGORY_HEADPHONES;703 && deviceCategory == AUDIO_DEVICE_CATEGORY_HEADPHONES)) { in getDeviceSplRange()
22 import static android.media.AudioManager.AUDIO_DEVICE_CATEGORY_HEADPHONES;1293 return AUDIO_DEVICE_CATEGORY_HEADPHONES; in getBtDeviceCategory()1317 return AUDIO_DEVICE_CATEGORY_HEADPHONES; in getBtDeviceCategory()
19 import static android.media.AudioManager.AUDIO_DEVICE_CATEGORY_HEADPHONES;700 || deviceState.getAudioDeviceCategory() == AUDIO_DEVICE_CATEGORY_HEADPHONES) { in evaluateState()790 && deviceState.getAudioDeviceCategory() != AUDIO_DEVICE_CATEGORY_HEADPHONES) { in isAvailableForAdiDeviceState()
19 import static android.media.AudioManager.AUDIO_DEVICE_CATEGORY_HEADPHONES;601 state.getAudioDeviceCategory() == AUDIO_DEVICE_CATEGORY_HEADPHONES; in initCachedAudioDeviceCategories()
41 import static android.media.AudioManager.AUDIO_DEVICE_CATEGORY_HEADPHONES;11403 : ((btAudioDeviceCategory == AUDIO_DEVICE_CATEGORY_HEADPHONES) in setBluetoothAudioDeviceCategory_legacy()11406 : ((btAudioDeviceCategory == AUDIO_DEVICE_CATEGORY_HEADPHONES) ? TYPE_BLE_HEADSET in setBluetoothAudioDeviceCategory_legacy()11422 btAudioDeviceCategory == AUDIO_DEVICE_CATEGORY_HEADPHONES); in setBluetoothAudioDeviceCategory_legacy()11497 deviceState.getAudioDeviceCategory() == AUDIO_DEVICE_CATEGORY_HEADPHONES); in onUpdatedAdiDeviceState()
325 assertEquals(AudioManager.AUDIO_DEVICE_CATEGORY_HEADPHONES, in testGetAndUpdateBtAdiDeviceStateCategoryForAddress()
7219 public static final int AUDIO_DEVICE_CATEGORY_HEADPHONES = 3; field in AudioManager7250 AUDIO_DEVICE_CATEGORY_HEADPHONES,7265 case AUDIO_DEVICE_CATEGORY_HEADPHONES: return "AUDIO_DEVICE_CATEGORY_HEADPHONES"; in audioDeviceCategoryToString()