Home
last modified time | relevance | path

Searched refs:mPhoneAccount (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DVoicemail.java31 private final PhoneAccountHandle mPhoneAccount; field in Voicemail
46 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()
DParcelableConference.java35 private PhoneAccountHandle mPhoneAccount; field in ParcelableConference
67 mPhoneAccount = phoneAccount; in ParcelableConference()
88 .append(mPhoneAccount) in toString()
107 return mPhoneAccount; in getPhoneAccount()
202 destination.writeParcelable(mPhoneAccount, 0); in writeToParcel()
DParcelableConnection.java36 private final PhoneAccountHandle mPhoneAccount; field in ParcelableConnection
111 mPhoneAccount = phoneAccount; in ParcelableConnection()
135 return mPhoneAccount; in getPhoneAccount()
234 .append(mPhoneAccount) in toString()
319 destination.writeParcelable(mPhoneAccount, 0); in writeToParcel()
DConference.java85 private PhoneAccountHandle mPhoneAccount; field in Conference
118 mPhoneAccount = phoneAccount; in Conference()
147 return mPhoneAccount; in getPhoneAccountHandle()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt70428 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;