Searched refs:mHfpHandoverDevice (Results 1 – 2 of 2) sorted by relevance
179 BluetoothDevice mHfpHandoverDevice = null; field in LeAudioService595 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()
2621 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()