Searched refs:mEfType (Results 1 – 1 of 1) sorted by relevance
8529 private final int mEfType; field in ContactsContract.SimAccount8548 this.mEfType = efType; in SimAccount()8577 return mEfType; in getEfType()8582 return Objects.hash(mAccountName, mAccountType, mSimSlotIndex, mEfType); in hashCode()8598 && mEfType == toCompare.mEfType in equals()8608 dest.writeInt(mEfType); in writeToParcel()