Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/util/
DIntentUtil.java44 private PhoneAccountHandle mPhoneAccountHandle; field in IntentUtil.CallIntentBuilder
61 mPhoneAccountHandle = accountHandle; in setPhoneAccountHandle()
73 mPhoneAccountHandle, in build()
/packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/
DCallSubjectDialog.java113 private PhoneAccountHandle mPhoneAccountHandle; field in CallSubjectDialog
163 Intent intent = CallUtil.getCallWithSubjectIntent(mNumber, mPhoneAccountHandle,
351 mPhoneAccountHandle = arguments.getParcelable(ARG_PHONE_ACCOUNT_HANDLE); in readArguments()
589 if (mPhoneAccountHandle == null) { in loadConfiguration()
595 final PhoneAccount account = telecomManager.getPhoneAccount(mPhoneAccountHandle); in loadConfiguration()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCall.java381 private PhoneAccountHandle mPhoneAccountHandle; field in Call
480 if (!Objects.equals(mPhoneAccountHandle, newPhoneAccountHandle)) { in updateFromTelecomCall()
481 mPhoneAccountHandle = newPhoneAccountHandle; in updateFromTelecomCall()
483 if (mPhoneAccountHandle != null) { in updateFromTelecomCall()
486 TelecomManagerCompat.getPhoneAccount(mgr, mPhoneAccountHandle); in updateFromTelecomCall()