Searched refs:mAccountHandle (Results 1 – 4 of 4) sorted by relevance
36 private PhoneAccountHandle mAccountHandle; field in ConnectionRequest.Builder52 this.mAccountHandle = accountHandle; in setAccountHandle()127 mAccountHandle, in build()138 private final PhoneAccountHandle mAccountHandle; field in ConnectionRequest205 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()
249 private final PhoneAccountHandle mAccountHandle; field in PhoneAccount268 private PhoneAccountHandle mAccountHandle; field in PhoneAccount.Builder286 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 …]
49 private final PhoneAccountHandle mAccountHandle; field in ParcelableCall104 mAccountHandle = accountHandle; in ParcelableCall()194 return mAccountHandle; in getAccountHandle()394 destination.writeParcelable(mAccountHandle, 0); in writeToParcel()
348 private final PhoneAccountHandle mAccountHandle; field in Call.Details545 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()