Searched refs:mPhoneAccount (Results 1 – 5 of 5) sorted by relevance
31 private final PhoneAccountHandle mPhoneAccount; field in Voicemail46 mPhoneAccount = phoneAccountHandle; in Voicemail()183 return mPhoneAccount; in getPhoneAccount()257 if (mPhoneAccount == null) { in writeToParcel()261 mPhoneAccount.writeToParcel(dest, flags); in writeToParcel()303 mPhoneAccount = PhoneAccountHandle.CREATOR.createFromParcel(in); in Voicemail()305 mPhoneAccount = null; in Voicemail()
35 private PhoneAccountHandle mPhoneAccount; field in ParcelableConference67 mPhoneAccount = phoneAccount; in ParcelableConference()88 .append(mPhoneAccount) in toString()107 return mPhoneAccount; in getPhoneAccount()202 destination.writeParcelable(mPhoneAccount, 0); in writeToParcel()
36 private final PhoneAccountHandle mPhoneAccount; field in ParcelableConnection111 mPhoneAccount = phoneAccount; in ParcelableConnection()135 return mPhoneAccount; in getPhoneAccount()234 .append(mPhoneAccount) in toString()319 destination.writeParcelable(mPhoneAccount, 0); in writeToParcel()
85 private PhoneAccountHandle mPhoneAccount; field in Conference118 mPhoneAccount = phoneAccount; in Conference()147 return mPhoneAccount; in getPhoneAccountHandle()
70428 Landroid/telecom/Conference;->mPhoneAccount:Landroid/telecom/PhoneAccountHandle;71165 Landroid/telecom/ParcelableConference;->mPhoneAccount:Landroid/telecom/PhoneAccountHandle;71207 Landroid/telecom/ParcelableConnection;->mPhoneAccount:Landroid/telecom/PhoneAccountHandle;71601 Landroid/telecom/Voicemail;->mPhoneAccount:Landroid/telecom/PhoneAccountHandle;