Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DContactsContract.java8537 private final int mEfType; field in ContactsContract.SimAccount
8556 this.mEfType = efType; in SimAccount()
8585 return mEfType; in getEfType()
8590 return Objects.hash(mAccountName, mAccountType, mSimSlotIndex, mEfType); in hashCode()
8606 && mEfType == toCompare.mEfType in equals()
8616 dest.writeInt(mEfType); in writeToParcel()