Searched refs:getHfpDeviceList (Results 1 – 3 of 3) sorted by relevance
83 when(mPhoneAccountManager.getHfpDeviceList()).thenReturn(mBluetoothDeviceList); in setup()103 when(mPhoneAccountManager.getHfpDeviceList()).thenReturn(mBluetoothDeviceList); in testOnBluetoothHfpStateChange()110 when(mPhoneAccountManager.getHfpDeviceList()).thenReturn(Collections.emptyList()); in testOnBluetoothHfpStateChange()
87 setValue(mPhoneAccountManager.getHfpDeviceList()); in update()
96 public List<BluetoothDevice> getHfpDeviceList() { in getHfpDeviceList() method in PhoneAccountManager