Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/bluetooth/
H A DHfpDeviceListLiveDataTest.java83 when(mPhoneAccountManager.getHfpDeviceList()).thenReturn(mBluetoothDeviceList); in setup()
103 when(mPhoneAccountManager.getHfpDeviceList()).thenReturn(mBluetoothDeviceList); in testOnBluetoothHfpStateChange()
110 when(mPhoneAccountManager.getHfpDeviceList()).thenReturn(Collections.emptyList()); in testOnBluetoothHfpStateChange()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/bluetooth/
H A DHfpDeviceListLiveData.java87 setValue(mPhoneAccountManager.getHfpDeviceList()); in update()
H A DPhoneAccountManager.java96 public List<BluetoothDevice> getHfpDeviceList() { in getHfpDeviceList() method in PhoneAccountManager