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;46 sEnabledAccount = TYPES; in reset()56 if (TextUtils.equals(accountType, TYPES[0])) { in getLabelForType()58 } else if (TextUtils.equals(accountType, TYPES[1])) { in getLabelForType()60 } else if (TextUtils.equals(accountType, TYPES[2])) { in getLabelForType()62 } else if (TextUtils.equals(accountType, TYPES[3])) { in getLabelForType()74 return TYPES; in getTypes()
94 private static final String[] TYPES = new String[] { field in SortingCursorWrapperTest470 fileTypeLookup.fileTypes.put(MIMES[i], TYPES[i]); in populateTypeMap()