Searched refs:TYPE_DEVICE (Results 1 – 4 of 4) sorted by relevance
40 @IntDef({TYPE_OTHER, TYPE_DEVICE, TYPE_SIM})43 static final int TYPE_DEVICE = 1; field54 return type == TYPE_SIM || type == TYPE_DEVICE; in isLocalAccountType()83 ? TYPE_DEVICE : TYPE_OTHER; in classifyAccount()
144 == DeviceLocalAccountTypeFactory.TYPE_DEVICE) { in getFiltersForAccounts()
59 mDeviceAccountCount = countOfType(DeviceLocalAccountTypeFactory.TYPE_DEVICE, accounts); in AccountDisplayInfoFactory()95 || (type == DeviceLocalAccountTypeFactory.TYPE_DEVICE && mDeviceAccountCount == 1) in shouldUseTypeLabelForName()
32 return TYPE_DEVICE; in classifyAccount()