Searched defs: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
56 mPhoneAccount = phoneAccount;
73 .append(mPhoneAccount)
92 return mPhoneAccount;
168 destination.writeParcelable(mPhoneAccount, 0);
H A DParcelableConnection.java36 private final PhoneAccountHandle mPhoneAccount; field in class:ParcelableConnection
73 mPhoneAccount = phoneAccount;
93 return mPhoneAccount;
176 .append(mPhoneAccount)
249 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 DConference.java75 private PhoneAccountHandle mPhoneAccount; field in class:Conference
103 mPhoneAccount = phoneAccount;
132 return mPhoneAccount;

Completed in 80 milliseconds