Searched refs:previousPreferences (Results 1 – 1 of 1) sorted by relevance
4403 Bundle previousPreferences = getPreferredAudioProfiles(device); in setPreferredAudioProfiles() local4415 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() argument4452 int previousOutput = previousPreferences.getInt(BluetoothAdapter.AUDIO_MODE_OUTPUT_ONLY); in sendPreferredAudioProfileChangeToAudioFramework()4453 int previousDuplex = previousPreferences.getInt(BluetoothAdapter.AUDIO_MODE_DUPLEX); in sendPreferredAudioProfileChangeToAudioFramework()