Searched refs:mAccountHandle (Results 1 – 4 of 4) sorted by relevance
31 private final PhoneAccountHandle mAccountHandle; field in ConnectionRequest77 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()
202 private final PhoneAccountHandle mAccountHandle; field in PhoneAccount221 private PhoneAccountHandle mAccountHandle; field in PhoneAccount.Builder239 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 …]
49 private final PhoneAccountHandle mAccountHandle; field in ParcelableCall98 mAccountHandle = accountHandle; in ParcelableCall()185 return mAccountHandle; in getAccountHandle()357 destination.writeParcelable(mAccountHandle, 0); in writeToParcel()
324 private final PhoneAccountHandle mAccountHandle; field in Call.Details520 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()