Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DConnectionRequest.java36 private PhoneAccountHandle mAccountHandle; field in ConnectionRequest.Builder
52 this.mAccountHandle = accountHandle; in setAccountHandle()
127 mAccountHandle, in build()
138 private final PhoneAccountHandle mAccountHandle; field in ConnectionRequest
205 mAccountHandle = accountHandle; in ConnectionRequest()
216 mAccountHandle = in.readParcelable(getClass().getClassLoader()); in ConnectionRequest()
229 public PhoneAccountHandle getAccountHandle() { return mAccountHandle; } in getAccountHandle()
362 destination.writeParcelable(mAccountHandle, 0); in writeToParcel()
DPhoneAccount.java249 private final PhoneAccountHandle mAccountHandle; field in PhoneAccount
268 private PhoneAccountHandle mAccountHandle; field in PhoneAccount.Builder
286 this.mAccountHandle = accountHandle; in Builder()
297 mAccountHandle = phoneAccount.getAccountHandle(); in Builder()
490 mAccountHandle, in build()
520 mAccountHandle = account; in PhoneAccount()
554 return mAccountHandle; in getAccountHandle()
753 if (mAccountHandle == null) { in writeToParcel()
757 mAccountHandle.writeToParcel(out, flags); in writeToParcel()
804 mAccountHandle = PhoneAccountHandle.CREATOR.createFromParcel(in); in PhoneAccount()
[all …]
DParcelableCall.java49 private final PhoneAccountHandle mAccountHandle; field in ParcelableCall
104 mAccountHandle = accountHandle; in ParcelableCall()
194 return mAccountHandle; in getAccountHandle()
394 destination.writeParcelable(mAccountHandle, 0); in writeToParcel()
DCall.java348 private final PhoneAccountHandle mAccountHandle; field in Call.Details
545 return mAccountHandle; in getAccountHandle()
651 Objects.equals(mAccountHandle, d.mAccountHandle) && in equals()
672 mAccountHandle, in hashCode()
708 mAccountHandle = accountHandle; in Details()
746 sb.append(mAccountHandle); in toString()