Searched refs:getLabels (Results 1 – 5 of 5) sorted by relevance
125 private ArrayList<String> getLabels() { in getLabels() method in ContactLocaleUtilsTest126 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()
277 public ArrayList<String> getLabels() { in getLabels() method in ContactLocaleUtils.ContactLocaleUtilsBase527 + getLabels().toString()); in ContactLocaleUtils()584 public ArrayList<String> getLabels() { in getLabels() method in ContactLocaleUtils585 return mUtils.getLabels(); in getLabels()
51 public static String[] getLabels(Context context) { in getLabels() method in GenreItems
48 mGenreLabels = GenreItems.getLabels(mContext); in GenreListAdapter()
223 mGenreLabels = new ArrayList<>(Arrays.asList(GenreItems.getLabels(context))); in onCreate()