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;
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()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortingCursorWrapperTest.java93 private static final String[] TYPES = new String[] { field in SortingCursorWrapperTest
469 fileTypeLookup.fileTypes.put(MIMES[i], TYPES[i]); in populateTypeMap()