/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactLocaleUtilsTest.java | 125 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/ |
D | ContactLocaleUtils.java | 277 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/Launcher3/robolectric_tests/src/com/android/launcher3/folder/ |
D | FolderNameProviderTest.java | 72 assertEquals("Work", nameInfos.getLabels()[0]); in getSuggestedFolderName_workAssignedToEnd() 79 assertEquals("Work", nameInfos.getLabels()[3]); in getSuggestedFolderName_workAssignedToEnd()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderNameProvider.java | 147 CharSequence[] labels = nameInfos.getLabels(); in setAsFirstSuggestion() 163 CharSequence[] labels = nameInfos.getLabels(); in setAsLastSuggestion()
|
D | FolderNameInfos.java | 102 public CharSequence[] getLabels() { in getLabels() method in FolderNameInfos
|
D | Folder.java | 524 mFolderName.setText(mInfo.suggestedFolderNames.getLabels()[0]); in showLabelSuggestions() 530 Stream.of(mInfo.suggestedFolderNames.getLabels()) in showLabelSuggestions()
|
D | FolderIcon.java | 465 CharSequence newTitle = nameInfos.getLabels()[0]; in setLabelSuggestion()
|
/packages/apps/TV/src/com/android/tv/data/ |
D | GenreItems.java | 51 public static String[] getLabels(Context context) { in getLabels() method in GenreItems
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
D | ShadowAuthenticationHelper.java | 77 public static String[] getLabels() { in getLabels() method in ShadowAuthenticationHelper
|
/packages/apps/TV/src/com/android/tv/guide/ |
D | GenreListAdapter.java | 48 mGenreLabels = GenreItems.getLabels(mContext); in GenreListAdapter()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/data/ |
D | GenreItemTest.java | 41 GenreItems.getLabels(RuntimeEnvironment.application); in testGetLabels()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/data/ |
D | FolderInfo.java | 290 CharSequence[] labels = suggestedFolderNames.getLabels(); in getAcceptedSuggestionIndex()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | DvrBrowseFragment.java | 224 mGenreLabels = new ArrayList<>(Arrays.asList(GenreItems.getLabels(context))); in onCreate()
|