Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DAbstractBluetoothDialogPreferenceControllerTest.java114 when(mBluetoothA2dp.getCodecStatus( in onIndexUpdated_checkFlow()
147 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(null); in getCurrentCodecConfig_errorChecking()
154 when(mBluetoothA2dp.getCodecStatus( in getCurrentCodecConfig_verifyConfig()
164 when(mBluetoothA2dp.getCodecStatus( in getSelectableConfigs_verifyConfig()
174 when(mBluetoothA2dp.getCodecStatus( in getSelectableByCodecType_verifyConfig()
185 when(mBluetoothA2dp.getCodecStatus( in getSelectableByCodecType_unavailable()
196 when(mBluetoothA2dp.getCodecStatus( in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
DBluetoothCodecDialogPreferenceControllerTest.java110 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(mCodecStatus); in writeConfigurationValues_selectDefault_setHighest()
122 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(mCodecStatus); in writeConfigurationValues_checkCodec()
149 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(mCodecStatus); in writeConfigurationValues_resetHighestConfig()
DBluetoothQualityDialogPreferenceControllerTest.java120 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(mCodecStatus); in updateState_codeTypeIsLDAC_enablePreference()
131 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(mCodecStatus); in updateState_codeTypeAAC_disablePreference()
DBluetoothBitPerSampleDialogPreferenceControllerTest.java102 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(mCodecStatus); in writeConfigurationValues_selectDefault_setHighest()
131 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(mCodecStatus); in getSelectableIndex_verifyList()
DBluetoothSampleRateDialogPreferenceControllerTest.java104 when(mBluetoothA2dp.getCodecStatus( in writeConfigurationValues_selectDefault_setHighest()
137 when(mBluetoothA2dp.getCodecStatus( in getSelectableIndex_verifyList()
DBluetoothChannelModeDialogPreferenceControllerTest.java102 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(mCodecStatus); in writeConfigurationValues_selectDefault_setHighest()
128 when(mBluetoothA2dp.getCodecStatus(mActiveDevice)).thenReturn(mCodecStatus); in getSelectableIndex_verifyList()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java573 BluetoothCodecStatus codecStatus = sm.getCodecStatus(); in setActiveDevice()
702 public BluetoothCodecStatus getCodecStatus(BluetoothDevice device) { in getCodecStatus() method in A2dpService
715 return sm.getCodecStatus(); in getCodecStatus()
746 BluetoothCodecStatus codecStatus = getCodecStatus(device); in setCodecConfigPreference()
776 BluetoothCodecStatus codecStatus = getCodecStatus(device); in enableOptionalCodecs()
806 BluetoothCodecStatus codecStatus = getCodecStatus(device); in disableOptionalCodecs()
1123 BluetoothCodecStatus codecStatus = sm.getCodecStatus(); in updateOptionalCodecsSupport()
1391 public BluetoothCodecStatus getCodecStatus(BluetoothDevice device, in getCodecStatus() method in A2dpService.BluetoothA2dpBinder
1398 return service.getCodecStatus(device); in getCodecStatus()
DA2dpStateMachine.java613 BluetoothCodecStatus getCodecStatus() { in getCodecStatus() method in A2dpStateMachine
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DAbstractBluetoothDialogPreferenceController.java160 bluetoothA2dp.getCodecStatus(activeDevice); in getCurrentCodecConfig()
183 final BluetoothCodecStatus codecStatus = bluetoothA2dp.getCodecStatus(bluetoothDevice); in getSelectableConfigs()
/packages/apps/Settings/src/com/android/settings/development/
DAbstractBluetoothA2dpPreferenceController.java202 BluetoothCodecStatus codecStatus = mBluetoothA2dp.getCodecStatus(bluetoothDevice); in getCodecConfig()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DA2dpReceiver.java411 codecStatus = mBluetoothA2dp.getCodecStatus(activeDevice); in getCodecValue()