Home
last modified time | relevance | path

Searched refs:TYPES (Results 1 – 3 of 3) 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/Settings/tests/robotests/src/com/android/settings/accounts/
DTopLevelAccountEntryPreferenceControllerTest.java41 private String[] TYPES; field in TopLevelAccountEntryPreferenceControllerTest
48 TYPES = ShadowAuthenticationHelper.getTypes(); in setUp()
72 final String[] enabledAccounts = {TYPES[0], "unlabeled_account_type", TYPES[1]}; in updateSummary_noAccountTypeLabel_shouldNotDisplayNullEntry()
/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()