Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccount.java416 private final PhoneAccountHandle mAccountHandle; field in PhoneAccount
439 Objects.equals(mAccountHandle, that.mAccountHandle) && in equals()
462 private PhoneAccountHandle mAccountHandle; field in PhoneAccount.Builder
480 this.mAccountHandle = accountHandle; in Builder()
690 mAccountHandle, in build()
720 mAccountHandle = account; in PhoneAccount()
754 return mAccountHandle; in getAccountHandle()
953 if (mAccountHandle == null) { in writeToParcel()
957 mAccountHandle.writeToParcel(out, flags); in writeToParcel()
1006 mAccountHandle = null; in PhoneAccount()
[all …]
H A DConnectionRequest.java45 private PhoneAccountHandle mAccountHandle; field in ConnectionRequest.Builder
63 this.mAccountHandle = accountHandle; in setAccountHandle()
163 mAccountHandle, in build()
176 private final PhoneAccountHandle mAccountHandle; field in ConnectionRequest
262 mAccountHandle = accountHandle; in ConnectionRequest()
275 mAccountHandle = in.readParcelable(getClass().getClassLoader()); in ConnectionRequest()
293 public PhoneAccountHandle getAccountHandle() { return mAccountHandle; } in getAccountHandle()
465 destination.writeParcelable(mAccountHandle, 0); in writeToParcel()
H A DParcelableCall.java55 private PhoneAccountHandle mAccountHandle; field in ParcelableCall.ParcelableCallBuilder
140 mAccountHandle = accountHandle; in setAccountHandle()
242 mAccountHandle, in createParcelableCall()
277 newBuilder.mAccountHandle = parcelableCall.mAccountHandle; in fromParcelableCall()
312 private final PhoneAccountHandle mAccountHandle; field in ParcelableCall
376 mAccountHandle = accountHandle; in ParcelableCall()
474 return mAccountHandle; in getAccountHandle()
719 destination.writeParcelable(mAccountHandle, 0); in writeToParcel()
H A DCall.java708 private final PhoneAccountHandle mAccountHandle; field in Call.Details
950 return mAccountHandle; in getAccountHandle()
1111 Objects.equals(mAccountHandle, d.mAccountHandle) && in equals()
1137 mAccountHandle, in hashCode()
1181 mAccountHandle = accountHandle; in Details()
1230 sb.append(mAccountHandle); in toString()
/aosp12/frameworks/base/core/java/android/provider/
H A DCallLog.java412 private PhoneAccountHandle mAccountHandle; field in CallLog.AddCallParams.AddCallParametersBuilder
496 mAccountHandle = accountHandle; in setAccountHandle()
641 mPresentation, mCallType, mFeatures, mAccountHandle, mStart, mDuration, in build()
655 private PhoneAccountHandle mAccountHandle; field in CallLog.AddCallParams
687 mAccountHandle = accountHandle; in AddCallParams()
1621 String accountAddress = getLogAccountAddress(context, params.mAccountHandle); in addCall()
1635 if (params.mAccountHandle != null) { in addCall()
1636 accountComponentString = params.mAccountHandle.getComponentName().flattenToString(); in addCall()
1637 accountId = params.mAccountHandle.getId(); in addCall()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt54809 Landroid/telecom/Call$Details;->mAccountHandle:Landroid/telecom/PhoneAccountHandle;
55163 Landroid/telecom/ConnectionRequest$Builder;->mAccountHandle:Landroid/telecom/PhoneAccountHandle;
55185 Landroid/telecom/ConnectionRequest;->mAccountHandle:Landroid/telecom/PhoneAccountHandle;
55572 Landroid/telecom/ParcelableCall;->mAccountHandle:Landroid/telecom/PhoneAccountHandle;
55746 Landroid/telecom/PhoneAccount$Builder;->mAccountHandle:Landroid/telecom/PhoneAccountHandle;
55777 Landroid/telecom/PhoneAccount;->mAccountHandle:Landroid/telecom/PhoneAccountHandle;