Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DDeviceLocalAccountTypeFactory.java40 @IntDef({TYPE_OTHER, TYPE_DEVICE, TYPE_SIM})
43 static final int TYPE_DEVICE = 1; field
54 return type == TYPE_SIM || type == TYPE_DEVICE; in isLocalAccountType()
83 ? TYPE_DEVICE : TYPE_OTHER; in classifyAccount()
DAccountFilterUtil.java144 == DeviceLocalAccountTypeFactory.TYPE_DEVICE) { in getFiltersForAccounts()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountDisplayInfoFactory.java59 mDeviceAccountCount = countOfType(DeviceLocalAccountTypeFactory.TYPE_DEVICE, accounts); in AccountDisplayInfoFactory()
95 || (type == DeviceLocalAccountTypeFactory.TYPE_DEVICE && mDeviceAccountCount == 1) in shouldUseTypeLabelForName()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DFakeDeviceAccountTypeFactory.java32 return TYPE_DEVICE; in classifyAccount()