Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java341 private PhoneAccountHandle mConnectionManagerPhoneAccountHandle; field in Call
1515 return mConnectionManagerPhoneAccountHandle; in getConnectionManagerPhoneAccount()
1520 if (!Objects.equals(mConnectionManagerPhoneAccountHandle, accountHandle)) { in setConnectionManagerPhoneAccount()
1521 mConnectionManagerPhoneAccountHandle = accountHandle; in setConnectionManagerPhoneAccount()
1562 if (mConnectionManagerPhoneAccountHandle != null) { in getDelegatePhoneAccountHandle()
1563 return mConnectionManagerPhoneAccountHandle; in getDelegatePhoneAccountHandle()
1844 mConnectionManagerPhoneAccountHandle); in checkIfRttCapable()