Searched refs:mPhoneAccount (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DParcelableConference.java34 private PhoneAccountHandle mPhoneAccount; field in class:ParcelableConference
54 mPhoneAccount = phoneAccount;
70 .append(mPhoneAccount)
87 return mPhoneAccount;
157 destination.writeParcelable(mPhoneAccount, 0);
H A DVoicemail.java31 private final PhoneAccountHandle mPhoneAccount; field in class:Voicemail
46 mPhoneAccount = phoneAccountHandle;
183 return mPhoneAccount;
257 if (mPhoneAccount == null) {
261 mPhoneAccount.writeToParcel(dest, flags);
303 mPhoneAccount = PhoneAccountHandle.CREATOR.createFromParcel(in);
305 mPhoneAccount = null;
H A DParcelableConnection.java36 private final PhoneAccountHandle mPhoneAccount; field in class:ParcelableConnection
71 mPhoneAccount = phoneAccount;
90 return mPhoneAccount;
158 .append(mPhoneAccount)
227 destination.writeParcelable(mPhoneAccount, 0);
H A DConference.java68 private PhoneAccountHandle mPhoneAccount; field in class:Conference
93 mPhoneAccount = phoneAccount;
102 return mPhoneAccount;

Completed in 1018 milliseconds