Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothDeviceManagerTest.java445 receiverUnderTest.onReceive(mContext, buildActiveDeviceChangeActionIntent(device5, in testConnectDisconnectAudioHearingAid()
482 receiverUnderTest.onReceive(mContext, buildActiveDeviceChangeActionIntent(device5, in testConnectDisconnectAudioLeAudio()
561 receiverUnderTest.onReceive(mContext, buildActiveDeviceChangeActionIntent(device2, in testConnectMultipleLeAudioDevices()
592 receiverUnderTest.onReceive(mContext, buildActiveDeviceChangeActionIntent(device1, in testClearCommunicationDeviceOnActiveDeviceChange()
856 private Intent buildActiveDeviceChangeActionIntent(BluetoothDevice device, int deviceType) { in buildActiveDeviceChangeActionIntent() method in BluetoothDeviceManagerTest