Lines Matching refs:mAccountHandle
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()
924 mAccountHandle.writeToParcel(out, flags); in writeToParcel()
971 mAccountHandle = PhoneAccountHandle.CREATOR.createFromParcel(in); in PhoneAccount()
973 mAccountHandle = null; in PhoneAccount()
1006 .append(mAccountHandle) in toString()