Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java233 mAllowedSinkContexts = BluetoothLeAudio.CONTEXTS_ALL; in LeAudioGroupDescriptor()
234 mAllowedSourceContexts = BluetoothLeAudio.CONTEXTS_ALL; in LeAudioGroupDescriptor()
326 return (mAllowedSinkContexts != BluetoothLeAudio.CONTEXTS_ALL) in areAllowedContextsModified()
327 || (mAllowedSourceContexts != BluetoothLeAudio.CONTEXTS_ALL); in areAllowedContextsModified()
3246 BluetoothLeAudio.CONTEXTS_ALL, in messageFromNative()
3247 BluetoothLeAudio.CONTEXTS_ALL); in messageFromNative()
3258 BluetoothLeAudio.CONTEXTS_ALL, in messageFromNative()
3259 BluetoothLeAudio.CONTEXTS_ALL); in messageFromNative()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java633 BluetoothLeAudio.CONTEXTS_ALL, BluetoothLeAudio.CONTEXTS_ALL); in stop()
906 BluetoothLeAudio.CONTEXTS_ALL in localNotifyReceiveStateChanged()
908 BluetoothLeAudio.CONTEXTS_ALL); in localNotifyReceiveStateChanged()
925 BluetoothLeAudio.CONTEXTS_ALL, BluetoothLeAudio.CONTEXTS_ALL); in localNotifyReceiveStateChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java2965 BluetoothLeAudio.CONTEXTS_ALL & ~BluetoothLeAudio.CONTEXT_TYPE_SOUND_EFFECTS; in testSetAllowedContextsForActiveGroup()
2967 BluetoothLeAudio.CONTEXTS_ALL in testSetAllowedContextsForActiveGroup()
2985 groupId, BluetoothLeAudio.CONTEXTS_ALL, BluetoothLeAudio.CONTEXTS_ALL); in testSetAllowedContextsForActiveGroup()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudio.java365 public static final int CONTEXTS_ALL = field in BluetoothLeAudio