Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/
H A DTelecomActivityViewModel.java118 private LiveData<BluetoothDevice> mCurrentHfpDevice; field in TelecomActivityViewModel.RefreshUiEvent
125 mCurrentHfpDevice = currentHfpDevice; in RefreshUiEvent()
134 mBluetoothDevice = mCurrentHfpDevice.getValue(); in update()
/aosp12/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/
H A DMockCallManager.java69 private final LiveData<BluetoothDevice> mCurrentHfpDevice; field in MockCallManager
84 mCurrentHfpDevice = currentHfpDevice; in MockCallManager()
231 mCallLogDataHandler.addOneCallLog(data, mCurrentHfpDevice.getValue().getAddress()); in disconnect()