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.java115 private ArrayList<String> getLabels() { in getLabels() method in ContactLocaleUtilsTest
117 return utils.getLabels(); in getLabels()
136 verifyLabels(getLabels(), LABELS_EN_US); in testEnglishContactLocaleUtils()
152 verifyLabels(getLabels(), LABELS_JA_JP); in testJapaneseContactLocaleUtils()
163 verifyLabels(getLabels(), LABELS_EN_US); in testChineseContactLocaleUtils()
185 verifyLabels(getLabels(), LABELS_ZH_TW); in testChineseContactLocaleUtils()
232 verifyLabels(getLabels(), LABELS_KO); in testKoreanContactLocaleUtils()
239 verifyLabels(getLabels(), LABELS_AR); in testArabicContactLocaleUtils()
263 verifyLabels(getLabels(), LABELS_EN_US); in testGermanContactLocaleUtils()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLocaleUtils.java223 public ArrayList<String> getLabels() { in getLabels() method in ContactLocaleUtils.ContactLocaleUtilsBase
460 + getLabels().toString()); in ContactLocaleUtils()
509 public ArrayList<String> getLabels() { in getLabels() method in ContactLocaleUtils
510 return mUtils.getLabels(); in getLabels()
/packages/apps/TV/src/com/android/tv/data/
DGenreItems.java84 public static String[] getLabels(Context context) { in getLabels() method in GenreItems
/packages/apps/TV/src/com/android/tv/guide/
DGenreListAdapter.java50 mGenreLabels = GenreItems.getLabels(mContext); in GenreListAdapter()
/packages/apps/TV/tests/unit/src/com/android/tv/data/
DGenreItemTest.java34 GenreItems.getLabels(getContext()); in testGetLabels()