Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLocaleUtilsTest.java125 private ArrayList<String> getLabels() { in getLabels() method in ContactLocaleUtilsTest
126 return mTargetUtils.getLabels(); in getLabels()
145 verifyLabels(getLabels(), LABELS_EN_US); in testEnglishContactLocaleUtils()
161 verifyLabels(getLabels(), LABELS_JA_JP); in testJapaneseContactLocaleUtils()
172 verifyLabels(getLabels(), LABELS_EN_US); in testChineseContactLocaleUtils()
194 verifyLabels(getLabels(), LABELS_ZH_TW); in testChineseContactLocaleUtils()
255 verifyLabels(getLabels(), LABELS_KO); in testKoreanContactLocaleUtils()
262 verifyLabels(getLabels(), LABELS_AR); in testArabicContactLocaleUtils()
286 verifyLabels(getLabels(), LABELS_EN_US); in testGermanContactLocaleUtils()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLocaleUtils.java277 public ArrayList<String> getLabels() { in getLabels() method in ContactLocaleUtils.ContactLocaleUtilsBase
527 + getLabels().toString()); in ContactLocaleUtils()
584 public ArrayList<String> getLabels() { in getLabels() method in ContactLocaleUtils
585 return mUtils.getLabels(); in getLabels()
/packages/apps/TV/src/com/android/tv/data/
DGenreItems.java51 public static String[] getLabels(Context context) { in getLabels() method in GenreItems
/packages/apps/TV/src/com/android/tv/guide/
DGenreListAdapter.java48 mGenreLabels = GenreItems.getLabels(mContext); in GenreListAdapter()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrBrowseFragment.java223 mGenreLabels = new ArrayList<>(Arrays.asList(GenreItems.getLabels(context))); in onCreate()