Home
last modified time | relevance | path

Searched refs:mAccountHandle (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DConnectionRequest.java31 private final PhoneAccountHandle mAccountHandle; field in ConnectionRequest
77 mAccountHandle = accountHandle; in ConnectionRequest()
85 mAccountHandle = in.readParcelable(getClass().getClassLoader()); in ConnectionRequest()
95 public PhoneAccountHandle getAccountHandle() { return mAccountHandle; } in getAccountHandle()
163 destination.writeParcelable(mAccountHandle, 0); in writeToParcel()
DPhoneAccount.java202 private final PhoneAccountHandle mAccountHandle; field in PhoneAccount
221 private PhoneAccountHandle mAccountHandle; field in PhoneAccount.Builder
239 this.mAccountHandle = accountHandle; in Builder()
250 mAccountHandle = phoneAccount.getAccountHandle(); in Builder()
431 mAccountHandle, in build()
461 mAccountHandle = account; in PhoneAccount()
495 return mAccountHandle; in getAccountHandle()
686 if (mAccountHandle == null) { in writeToParcel()
690 mAccountHandle.writeToParcel(out, flags); in writeToParcel()
737 mAccountHandle = PhoneAccountHandle.CREATOR.createFromParcel(in); in PhoneAccount()
[all …]
DParcelableCall.java49 private final PhoneAccountHandle mAccountHandle; field in ParcelableCall
98 mAccountHandle = accountHandle; in ParcelableCall()
185 return mAccountHandle; in getAccountHandle()
357 destination.writeParcelable(mAccountHandle, 0); in writeToParcel()
DCall.java324 private final PhoneAccountHandle mAccountHandle; field in Call.Details
520 return mAccountHandle; in getAccountHandle()
611 Objects.equals(mAccountHandle, d.mAccountHandle) && in equals()
632 Objects.hashCode(mAccountHandle) + in hashCode()
666 mAccountHandle = accountHandle; in Details()
702 sb.append(mAccountHandle); in toString()