Searched refs:mPhoneAccount (Results 1 – 5 of 5) sorted by relevance
31 private final PhoneAccountHandle mPhoneAccount; field in Voicemail46 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()
37 private final PhoneAccountHandle mPhoneAccount; field in ParcelableConference.Builder59 mPhoneAccount = phoneAccount; in Builder()131 return new ParcelableConference(mPhoneAccount, mState, mConnectionCapabilities, in build()140 private final PhoneAccountHandle mPhoneAccount; field in ParcelableConference178 mPhoneAccount = phoneAccount; in ParcelableConference()202 .append(mPhoneAccount) in toString()227 return mPhoneAccount; in getPhoneAccount()338 destination.writeParcelable(mPhoneAccount, 0); in writeToParcel()
36 private final PhoneAccountHandle mPhoneAccount; field in ParcelableConnection114 mPhoneAccount = phoneAccount; in ParcelableConnection()139 return mPhoneAccount; in getPhoneAccount()242 .append(mPhoneAccount) in toString()329 destination.writeParcelable(mPhoneAccount, 0); in writeToParcel()
90 private PhoneAccountHandle mPhoneAccount; field in Conference126 mPhoneAccount = phoneAccount; in Conference()161 return mPhoneAccount; in getPhoneAccountHandle()
65655 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;