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.java37 private final PhoneAccountHandle mPhoneAccount; field in ParcelableConference.Builder
59 mPhoneAccount = phoneAccount; in Builder()
131 return new ParcelableConference(mPhoneAccount, mState, mConnectionCapabilities, in build()
140 private final PhoneAccountHandle mPhoneAccount; field in ParcelableConference
178 mPhoneAccount = phoneAccount; in ParcelableConference()
202 .append(mPhoneAccount) in toString()
227 return mPhoneAccount; in getPhoneAccount()
338 destination.writeParcelable(mPhoneAccount, 0); in writeToParcel()
DParcelableConnection.java36 private final PhoneAccountHandle mPhoneAccount; field in ParcelableConnection
114 mPhoneAccount = phoneAccount; in ParcelableConnection()
139 return mPhoneAccount; in getPhoneAccount()
242 .append(mPhoneAccount) in toString()
329 destination.writeParcelable(mPhoneAccount, 0); in writeToParcel()
DConference.java90 private PhoneAccountHandle mPhoneAccount; field in Conference
126 mPhoneAccount = phoneAccount; in Conference()
161 return mPhoneAccount; in getPhoneAccountHandle()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt65655 Landroid/telecom/Conference;->mPhoneAccount:Landroid/telecom/PhoneAccountHandle;
66357 Landroid/telecom/ParcelableConference;->mPhoneAccount:Landroid/telecom/PhoneAccountHandle;
66398 Landroid/telecom/ParcelableConnection;->mPhoneAccount:Landroid/telecom/PhoneAccountHandle;
66774 Landroid/telecom/Voicemail;->mPhoneAccount:Landroid/telecom/PhoneAccountHandle;