Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothDeviceManagerTest.java374 Intent activeDeviceChangedIntent = in testHearingAidChangesIgnoredWhenNotInCall() local
376 activeDeviceChangedIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, device2); in testHearingAidChangesIgnoredWhenNotInCall()
377 receiverUnderTest.onReceive(mContext, activeDeviceChangedIntent); in testHearingAidChangesIgnoredWhenNotInCall()
391 Intent activeDeviceChangedIntent = in testLeAudioGroupChangesIgnoredWhenNotInCall() local
393 activeDeviceChangedIntent.putExtra(BluetoothDevice.EXTRA_DEVICE, device5); in testLeAudioGroupChangesIgnoredWhenNotInCall()
394 receiverUnderTest.onReceive(mContext, activeDeviceChangedIntent); in testLeAudioGroupChangesIgnoredWhenNotInCall()