Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/bluetooth/
H A DPhoneAccountManager.java65 PhoneAccountHandle phoneAccountHandle = getMatchingPhoneAccount(device); in setUserSelectedOutgoingDevice()
110 public PhoneAccountHandle getMatchingPhoneAccount(@Nullable BluetoothDevice bluetoothDevice) { in getMatchingPhoneAccount() method in PhoneAccountManager
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
H A DInCallServiceImpl.java103 mPhoneAccountManager.getMatchingPhoneAccount(currentHfpDevice); in onCallAdded()