Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountDisplayInfoFactory.java44 private final int mSimAccountCount; field in AccountDisplayInfoFactory
58 mSimAccountCount = countOfType(DeviceLocalAccountTypeFactory.TYPE_SIM, accounts); in AccountDisplayInfoFactory()
94 return (type == DeviceLocalAccountTypeFactory.TYPE_SIM && mSimAccountCount == 1) in shouldUseTypeLabelForName()