Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DTopLevelAccountEntryPreferenceControllerTest.java40 private String[] LABELS; field in TopLevelAccountEntryPreferenceControllerTest
47 LABELS = ShadowAuthenticationHelper.getLabels(); in setUp()
59 .isEqualTo(LABELS[0] + ", " + LABELS[1] + ", and " + LABELS[2]); in updateSummary_hasAccount_shouldDisplayUpTo3AccountTypes()
77 assertThat(mController.getSummary()).isEqualTo(LABELS[0] + " and " + LABELS[1]); in updateSummary_noAccountTypeLabel_shouldNotDisplayNullEntry()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowAuthenticationHelper.java33 static final String[] LABELS = {"LABEL1", "LABEL2", "LABEL3", "LABEL4"}; field in ShadowAuthenticationHelper
57 return LABELS[0]; in getLabelForType()
59 return LABELS[1]; in getLabelForType()
61 return LABELS[2]; in getLabelForType()
63 return LABELS[3]; in getLabelForType()
78 return LABELS; in getLabels()