Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DDeviceLocalAccountTypeFactory.java35 @IntDef({TYPE_OTHER, TYPE_DEVICE, TYPE_SIM})
39 static final int TYPE_SIM = 2; field
49 return type == TYPE_SIM || type == TYPE_DEVICE; in isLocalAccountType()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountDisplayInfoFactory.java58 mSimAccountCount = countOfType(DeviceLocalAccountTypeFactory.TYPE_SIM, accounts); in AccountDisplayInfoFactory()
94 return (type == DeviceLocalAccountTypeFactory.TYPE_SIM && mSimAccountCount == 1) in shouldUseTypeLabelForName()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DFakeDeviceAccountTypeFactory.java34 return TYPE_SIM; in classifyAccount()