Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java393 private PhoneAccountHandle mConnectionManagerPhoneAccountHandle; field in Call
1790 return mConnectionManagerPhoneAccountHandle; in getConnectionManagerPhoneAccount()
1795 if (!Objects.equals(mConnectionManagerPhoneAccountHandle, accountHandle)) { in setConnectionManagerPhoneAccount()
1796 mConnectionManagerPhoneAccountHandle = accountHandle; in setConnectionManagerPhoneAccount()
1837 if (mConnectionManagerPhoneAccountHandle != null) { in getDelegatePhoneAccountHandle()
1838 return mConnectionManagerPhoneAccountHandle; in getDelegatePhoneAccountHandle()
2202 mConnectionManagerPhoneAccountHandle); in checkIfRttCapable()