Home
last modified time | relevance | path

Searched refs:mEfType (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/provider/
H A DContactsContract.java8529 private final int mEfType; field in ContactsContract.SimAccount
8548 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()