Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java4403 Bundle previousPreferences = getPreferredAudioProfiles(device); in setPreferredAudioProfiles() local
4415 previousPreferences.getInt(BluetoothAdapter.AUDIO_MODE_OUTPUT_ONLY); in setPreferredAudioProfiles()
4419 duplexPreference = previousPreferences.getInt(BluetoothAdapter.AUDIO_MODE_DUPLEX); in setPreferredAudioProfiles()
4437 device, strippedPreferences, previousPreferences)); in setPreferredAudioProfiles()
4449 BluetoothDevice device, Bundle strippedPreferences, Bundle previousPreferences) { in sendPreferredAudioProfileChangeToAudioFramework() argument
4452 int previousOutput = previousPreferences.getInt(BluetoothAdapter.AUDIO_MODE_OUTPUT_ONLY); in sendPreferredAudioProfileChangeToAudioFramework()
4453 int previousDuplex = previousPreferences.getInt(BluetoothAdapter.AUDIO_MODE_DUPLEX); in sendPreferredAudioProfileChangeToAudioFramework()