Searched refs:TYPE_SIM (Results 1 – 3 of 3) sorted by relevance
35 @IntDef({TYPE_OTHER, TYPE_DEVICE, TYPE_SIM})39 static final int TYPE_SIM = 2; field49 return type == TYPE_SIM || type == TYPE_DEVICE; in isLocalAccountType()
58 mSimAccountCount = countOfType(DeviceLocalAccountTypeFactory.TYPE_SIM, accounts); in AccountDisplayInfoFactory()94 return (type == DeviceLocalAccountTypeFactory.TYPE_SIM && mSimAccountCount == 1) in shouldUseTypeLabelForName()
34 return TYPE_SIM; in classifyAccount()