Searched refs:getLabels (Results 1 – 5 of 5) sorted by relevance
115 private ArrayList<String> getLabels() { in getLabels() method in ContactLocaleUtilsTest117 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()
223 public ArrayList<String> getLabels() { in getLabels() method in ContactLocaleUtils.ContactLocaleUtilsBase460 + getLabels().toString()); in ContactLocaleUtils()509 public ArrayList<String> getLabels() { in getLabels() method in ContactLocaleUtils510 return mUtils.getLabels(); in getLabels()
84 public static String[] getLabels(Context context) { in getLabels() method in GenreItems
50 mGenreLabels = GenreItems.getLabels(mContext); in GenreListAdapter()
34 GenreItems.getLabels(getContext()); in testGetLabels()