Home
last modified time | relevance | path

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

/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()