Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A 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()
/aosp12/system/teeui/libteeui/include/teeui/
H A Dutils.h1022 #define LABELS(name, ...) using ::teeui::MetaList<__VA_ARGS__>