Searched refs:mAccountHandle (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | PhoneAccount.java | 382 private final PhoneAccountHandle mAccountHandle; field in PhoneAccount 405 Objects.equals(mAccountHandle, that.mAccountHandle) && in equals() 417 return Objects.hash(mAccountHandle, mAddress, mSubscriptionAddress, mCapabilities, in hashCode() 428 private PhoneAccountHandle mAccountHandle; field in PhoneAccount.Builder 446 this.mAccountHandle = accountHandle; in Builder() 457 mAccountHandle = phoneAccount.getAccountHandle(); in Builder() 657 mAccountHandle, in build() 687 mAccountHandle = account; in PhoneAccount() 721 return mAccountHandle; in getAccountHandle() 920 if (mAccountHandle == null) { in writeToParcel() [all …]
|
D | ConnectionRequest.java | 44 private PhoneAccountHandle mAccountHandle; field in ConnectionRequest.Builder 62 this.mAccountHandle = accountHandle; in setAccountHandle() 161 mAccountHandle, in build() 174 private final PhoneAccountHandle mAccountHandle; field in ConnectionRequest 260 mAccountHandle = accountHandle; in ConnectionRequest() 273 mAccountHandle = in.readParcelable(getClass().getClassLoader()); in ConnectionRequest() 291 public PhoneAccountHandle getAccountHandle() { return mAccountHandle; } in getAccountHandle() 464 destination.writeParcelable(mAccountHandle, 0); in writeToParcel()
|
D | ParcelableCall.java | 55 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()
|
D | Call.java | 616 private final PhoneAccountHandle mAccountHandle; field in Call.Details 848 return mAccountHandle; in getAccountHandle() 982 Objects.equals(mAccountHandle, d.mAccountHandle) && in equals() 1007 mAccountHandle, in hashCode() 1049 mAccountHandle = accountHandle; in Details() 1095 sb.append(mAccountHandle); in toString()
|