Searched refs:mPhoneAccountHandle (Results 1 – 2 of 2) sorted by relevance
266 private PhoneAccountHandle mPhoneAccountHandle; field in Call389 if (!Objects.equals(mPhoneAccountHandle, newPhoneAccountHandle)) { in updateFromTelecommCall()390 mPhoneAccountHandle = newPhoneAccountHandle; in updateFromTelecommCall()392 if (mPhoneAccountHandle != null) { in updateFromTelecommCall()394 PhoneAccount phoneAccount = mgr.getPhoneAccount(mPhoneAccountHandle); in updateFromTelecommCall()
112 private PhoneAccountHandle mPhoneAccountHandle; field in CallSubjectDialog162 Intent intent = CallUtil.getCallWithSubjectIntent(mNumber, mPhoneAccountHandle,348 mPhoneAccountHandle = arguments.getParcelable(ARG_PHONE_ACCOUNT_HANDLE); in readArguments()