Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DContactsContract.java8417 private final int mEfType; field in ContactsContract.SimAccount
8436 this.mEfType = efType; in SimAccount()
8465 return mEfType; in getEfType()
8470 return Objects.hash(mAccountName, mAccountType, mSimSlotIndex, mEfType); in hashCode()
8486 && mEfType == toCompare.mEfType in equals()
8496 dest.writeInt(mEfType); in writeToParcel()