Searched refs:TYPES (Results 1 – 2 of 2) sorted by relevance
32 static final String[] TYPES = {"type1", "type2", "type3", "type4"}; field in ShadowAuthenticationHelper34 private static String[] sEnabledAccount = TYPES;47 sEnabledAccount = TYPES; in reset()57 if (TextUtils.equals(accountType, TYPES[0])) { in getLabelForType()59 } else if (TextUtils.equals(accountType, TYPES[1])) { in getLabelForType()61 } else if (TextUtils.equals(accountType, TYPES[2])) { in getLabelForType()63 } else if (TextUtils.equals(accountType, TYPES[3])) { in getLabelForType()75 return TYPES; in getTypes()
93 private static final String[] TYPES = new String[] { field in SortingCursorWrapperTest469 fileTypeLookup.fileTypes.put(MIMES[i], TYPES[i]); in populateTypeMap()