Home
last modified time | relevance | path

Searched refs:TYPES (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowAuthenticationHelper.java32 static final String[] TYPES = {"type1", "type2", "type3", "type4"}; field in ShadowAuthenticationHelper
34 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()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortingCursorWrapperTest.java94 private static final String[] TYPES = new String[] { field in SortingCursorWrapperTest
470 fileTypeLookup.fileTypes.put(MIMES[i], TYPES[i]); in populateTypeMap()