Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/bluetooth/
H A DPhoneAccountManager.java84 if (isHfpConnectionService(phoneAccountHandle)) { in getMatchingDevice()
118 if (isHfpConnectionService(phoneAccountHandle)) { in getMatchingPhoneAccount()
128 public boolean isHfpConnectionService(@Nullable PhoneAccountHandle phoneAccountHandle) { in isHfpConnectionService() method in PhoneAccountManager
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/
H A DSupportedAudioRoutesLiveData.java60 boolean isHfpConnection = mPhoneAccountManager.isHfpConnectionService(phoneAccountHandle); in updateOngoingCallSupportedAudioRoutes()