Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telecomm/java/android/telecom/
H A 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()
H A 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()
346 destination.writeParcelable(mPhoneAccount, 0); in writeToParcel()
H A 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()
H A DConference.java89 private PhoneAccountHandle mPhoneAccount; field in Conference
126 mPhoneAccount = phoneAccount; in Conference()
160 return mPhoneAccount; in getPhoneAccountHandle()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51632 Landroid/telecom/Conference;->mPhoneAccount:Landroid/telecom/PhoneAccountHandle;
52334 Landroid/telecom/ParcelableConference;->mPhoneAccount:Landroid/telecom/PhoneAccountHandle;
52375 Landroid/telecom/ParcelableConnection;->mPhoneAccount:Landroid/telecom/PhoneAccountHandle;
52751 Landroid/telecom/Voicemail;->mPhoneAccount:Landroid/telecom/PhoneAccountHandle;