Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java179 BluetoothDevice mHfpHandoverDevice = null; field in LeAudioService
595 mHfpHandoverDevice = null; in stop()
2687 if (mHfpHandoverDevice == null) { in handleGroupIdleDuringCall()
2699 Log.d(TAG, "Make " + mHfpHandoverDevice + " active again "); in handleGroupIdleDuringCall()
2700 headsetService.setActiveDevice(mHfpHandoverDevice); in handleGroupIdleDuringCall()
2705 mHfpHandoverDevice = null; in handleGroupIdleDuringCall()
3993 mHfpHandoverDevice = hfpHandoverDevice; in setInactiveForHfpHandover()
5426 ProfileService.println(sb, " mHfpHandoverDevice:" + mHfpHandoverDevice); in dump()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java2621 mService.mHfpHandoverDevice = null; in testHandleGroupIdleDuringCall()
2625 mService.mHfpHandoverDevice = headsetDevice; in testHandleGroupIdleDuringCall()
2629 assertThat(mService.mHfpHandoverDevice).isNull(); in testHandleGroupIdleDuringCall()
2631 mService.mHfpHandoverDevice = headsetDevice; in testHandleGroupIdleDuringCall()
2635 assertThat(mService.mHfpHandoverDevice).isNull(); in testHandleGroupIdleDuringCall()