Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DDeviceLocalAccountTypeFactory.java40 @IntDef({TYPE_OTHER, TYPE_DEVICE, TYPE_SIM})
44 static final int TYPE_SIM = 2; field
54 return type == TYPE_SIM || type == TYPE_DEVICE; in isLocalAccountType()
78 return TYPE_SIM; in classifyAccount()
88 if (classifyAccount(accountType) == TYPE_SIM) { in getAccountType()
DAccountFilterUtil.java147 == DeviceLocalAccountTypeFactory.TYPE_SIM) { in getFiltersForAccounts()
/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()
DAccountTypeProvider.java87 == DeviceLocalAccountTypeFactory.TYPE_SIM) { in getAccountTypes()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DFakeDeviceAccountTypeFactory.java34 return TYPE_SIM; in classifyAccount()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java220 TYPE_SIM; enumConstant
890 ContactsType.TYPE_SIM); in sendVcardListingXml()
944 } else if (contactType == ContactsType.TYPE_SIM) { in createList()
950 } else if (contactType == ContactsType.TYPE_SIM) { in createList()
980 } else if (contactType == ContactsType.TYPE_SIM) { in createList()