/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactLocaleUtilsTest.java | 117 private String getLabel(String name) { in getLabel() method in ContactLocaleUtilsTest 132 assertEquals("#", getLabel(PHONE_NUMBER_1)); in testEnglishContactLocaleUtils() 133 assertEquals("#", getLabel(PHONE_NUMBER_2)); in testEnglishContactLocaleUtils() 134 assertEquals("J", getLabel(LATIN_NAME)); in testEnglishContactLocaleUtils() 135 assertEquals("\u2026", getLabel(CHINESE_NAME)); in testEnglishContactLocaleUtils() 136 assertEquals("D", getLabel(CHINESE_LATIN_MIX_NAME_1)); in testEnglishContactLocaleUtils() 137 assertEquals("B", getLabel("Bob Smith")); in testEnglishContactLocaleUtils() 139 assertEquals("\u0646", getLabel(ARABIC_NAME)); in testEnglishContactLocaleUtils() 140 assertEquals("\u0408", getLabel(SERBIAN_NAME)); in testEnglishContactLocaleUtils() 143 assertEquals("\u0406", getLabel(UKRAINIAN_NAME)); in testEnglishContactLocaleUtils() [all …]
|
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/ |
D | TargetPresentationGetterTest.kt | 68 assertThat(presentationGetter.getLabel()).isEqualTo("app_label") in testActivityInfoLabels_noSubstitutePermission_distinctRequestedLabelAndSublabel() 75 assertThat(presentationGetter.getLabel()).isEqualTo("app_label") in testActivityInfoLabels_noSubstitutePermission_sameRequestedLabelAndSublabel() 86 assertThat(presentationGetter.getLabel()).isNull() in testActivityInfoLabels_noSubstitutePermission_nullRequestedLabel() 93 assertThat(presentationGetter.getLabel()).isEqualTo("") in testActivityInfoLabels_noSubstitutePermission_emptyRequestedLabel() 100 assertThat(presentationGetter.getLabel()).isEqualTo("app_label") in testActivityInfoLabels_noSubstitutePermission_emptyRequestedSublabel() 109 assertThat(presentationGetter.getLabel()).isEqualTo("activity_label") in testActivityInfoLabels_withSubstitutePermission_distinctRequestedLabelAndSublabel() 121 assertThat(presentationGetter.getLabel()).isEqualTo("app_label") in testActivityInfoLabels_withSubstitutePermission_sameRequestedLabelAndSublabel() 129 assertThat(presentationGetter.getLabel()).isEqualTo("app_label") in testActivityInfoLabels_withSubstitutePermission_nullRequestedLabel() 142 assertThat(presentationGetter.getLabel()).isEqualTo("") in testActivityInfoLabels_withSubstitutePermission_emptyRequestedLabel() 149 assertThat(presentationGetter.getLabel()).isEqualTo("activity_label") in testActivityInfoLabels_withSubstitutePermission_emptyRequestedSublabel() [all …]
|
/packages/apps/Settings/src/com/android/settings/print/ |
D | PrintJobPreferenceController.java | 53 R.string.print_configuring_state_title_template, info.getLabel())); in updateUi() 60 R.string.print_printing_state_title_template, info.getLabel())); in updateUi() 63 R.string.print_cancelling_state_title_template, info.getLabel())); in updateUi() 70 R.string.print_failed_state_title_template, info.getLabel())); in updateUi() 77 R.string.print_blocked_state_title_template, info.getLabel())); in updateUi() 80 R.string.print_cancelling_state_title_template, info.getLabel())); in updateUi()
|
/packages/apps/Settings/src/com/android/settings/notification/app/ |
D | ConversationListPreferenceController.java | 136 ? BidiFormatter.getInstance().unicodeWrap(si.getLabel()) in getTitle() 175 if (o1.getShortcutInfo().getLabel() == null 176 && o2.getShortcutInfo().getLabel() != null) { 179 if (o1.getShortcutInfo().getLabel() != null 180 && o2.getShortcutInfo().getLabel() == null) { 183 return sCollator.compare(o1.getShortcutInfo().getLabel().toString(), 184 o2.getShortcutInfo().getLabel().toString());
|
D | RecentConversationsPreferenceController.java | 218 return si.getLabel(); in getTitle() 249 if (o1.getShortcutInfo().getLabel() != null 250 && o2.getShortcutInfo().getLabel() != null) { 252 o1.getShortcutInfo().getLabel().toString(), 253 o2.getShortcutInfo().getLabel().toString());
|
D | ConversationHeaderPreferenceController.java | 85 .setLabel(getLabel()) in updateState() 127 CharSequence getLabel() { in getLabel() method in ConversationHeaderPreferenceController 130 label = mConversationInfo.getLabel(); in getLabel()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
D | ExpectedKeyVisual.java | 41 public abstract String getLabel(); in getLabel() method in ExpectedKeyVisual 66 public String getLabel() { in getLabel() method in ExpectedKeyVisual.Icon 89 return mIconId == key.getIconId() && key.getLabel() == null; in hasSameKeyVisual() 132 public String getLabel() { in getLabel() method in ExpectedKeyVisual.Label 155 return mLabel.equals(key.getLabel()) in hasSameKeyVisual()
|
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
D | RecentTasksListTest.java | 84 assertNull(taskList.get(0).task1.taskDescription.getLabel()); in loadTasksInBackground_onlyKeys_noValidTaskDescription() 85 assertNull(taskList.get(0).task2.taskDescription.getLabel()); in loadTasksInBackground_onlyKeys_noValidTaskDescription() 104 assertEquals(taskDescription, taskList.get(0).task1.taskDescription.getLabel()); in loadTasksInBackground_moreThanKeys_hasValidTaskDescription() 105 assertNull(taskList.get(0).task2.taskDescription.getLabel()); in loadTasksInBackground_moreThanKeys_hasValidTaskDescription()
|
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/ |
D | EventDataItem.java | 38 public String getLabel() { in getLabel() method in EventDataItem 56 && !TextUtils.equals(getLabel(), that.getLabel())) { in shouldCollapseWith()
|
D | RelationDataItem.java | 38 public String getLabel() { in getLabel() method in RelationDataItem 56 && !TextUtils.equals(getLabel(), that.getLabel())) { in shouldCollapseWith()
|
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/ |
D | RelationDataItem.java | 39 public String getLabel() { in getLabel() method in RelationDataItem 57 !TextUtils.equals(getLabel(), that.getLabel())) { in shouldCollapseWith()
|
D | EventDataItem.java | 39 public String getLabel() { in getLabel() method in EventDataItem 57 !TextUtils.equals(getLabel(), that.getLabel())) { in shouldCollapseWith()
|
/packages/apps/Launcher3/src/com/android/launcher3/icons/ |
D | ComponentWithLabel.java | 33 CharSequence getLabel(PackageManager pm); in getLabel() method 60 public CharSequence getLabel(@NonNull T object) { in getLabel() method in ComponentWithLabel.ComponentCachingLogic 61 return object.getLabel(mPackageManager); in getLabel()
|
D | LauncherActivityCachingLogic.java | 59 public CharSequence getLabel(@NonNull LauncherActivityInfo object) { in getLabel() method in LauncherActivityCachingLogic 60 return object.getLabel(); in getLabel()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
D | ConversationHeaderPreferenceControllerTest.java | 121 when(si.getLabel()).thenReturn("hello"); in testGetLabel() 124 assertEquals(si.getLabel(), mController.getLabel()); in testGetLabel() 128 assertEquals(channel.getName(), mController.getLabel()); in testGetLabel() 131 assertNull(mController.getLabel()); in testGetLabel()
|
D | RecentConversationsPreferenceControllerTest.java | 146 when(si.getLabel()).thenReturn("person"); in getSummary_withGroup() 161 when(si.getLabel()).thenReturn("person"); in getSummary_noGroup() 174 when(si.getLabel()).thenReturn("person"); in getTitle_withShortcut() 180 assertThat(mController.getTitle(ccw).toString()).isEqualTo(si.getLabel()); in getTitle_withShortcut() 319 when(si.getLabel()).thenReturn(new SpannedString("hello")); in testSpans() 325 when(si2.getLabel()).thenReturn("hello"); in testSpans()
|
D | HeaderPreferenceControllerTest.java | 121 assertEquals(appRow.label, mController.getLabel()); in testGetLabel() 125 assertEquals(appRow.label, mController.getLabel()); in testGetLabel() 129 assertEquals(channel.getName(), mController.getLabel()); in testGetLabel() 134 assertEquals(appRow.label, mController.getLabel()); in testGetLabel()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/ |
D | ActionTestsBase.java | 69 public String getLabel() { return mVisual.getLabel(); } in getLabel() method in ActionTestsBase.ExpectedActionKey 85 assertEquals(tag + " label " + expectedKey, expectedKey.getLabel(), actualKey.getLabel()); in assertActionKey()
|
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/ |
D | ContactDataHandlerTest.java | 133 assertThat(contactPoints[0].getLabel()).isEqualTo(label); in testConvertCurrentRowToPerson_labelCustom_typeCustom() 168 assertThat(contactPoints[0].getLabel()).isEqualTo(expectedLabel); in testConvertCurrentRowToPerson_labelIsNull_typeCustom() 201 assertThat(contactPoints[0].getLabel()).isEqualTo(label); in testConvertCurrentRowToPerson_labelIsNull_typeHome() 233 assertThat(contactPoints[0].getLabel()).isEqualTo(label); in testConvertCurrentRowToPerson_email() 312 assertThat(contactPoints[0].getLabel()).isEqualTo(label); in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_oneDigitUS() 345 assertThat(contactPoints[0].getLabel()).isEqualTo(label); in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_oneDigitDO() 381 assertThat(contactPoints[0].getLabel()).isEqualTo(label); in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_twoDigitCN() 415 assertThat(contactPoints[0].getLabel()).isEqualTo(label); in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_twoDigitES() 449 assertThat(contactPoints[0].getLabel()).isEqualTo(label); in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_threeDigitBG() 481 assertThat(contactPoints[0].getLabel()).isEqualTo(label); in testPhone_generatesAllVariants_withoutE164FormatInCP2_withoutFallback() [all …]
|
/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/ |
D | AppEntry.java | 33 .comparing(AppEntry::getLabel, String::compareToIgnoreCase); 47 String getLabel() { in getLabel() method in AppEntry
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/ |
D | ListViewService.java | 58 views.setTextViewText(android.R.id.text1, getLabel(i)); in getViewAt() 62 public String getLabel(int i) { in getLabel() method in ListViewService.SimpleViewsFactory
|
/packages/apps/Dialer/java/com/android/dialer/calllogutils/ |
D | PhoneAccountUtils.java | 33 if (account != null && account.getLabel() != null) { in getAccountLabel() 34 return account.getLabel().toString(); in getAccountLabel()
|
/packages/apps/Settings/src/com/android/settings/ |
D | AppWidgetLoader.java | 42 CharSequence getLabel(); in getLabel() method 164 return mCollator.compare(lhs.getLabel(), rhs.getLabel()); in getItems()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
D | MoreSuggestions.java | 73 word = suggestedWords.getLabel(SuggestedWords.INDEX_OF_TYPED_WORD); in layout() 75 word = suggestedWords.getLabel(index); in layout() 216 word = mSuggestedWords.getLabel(SuggestedWords.INDEX_OF_TYPED_WORD); in build() 219 word = mSuggestedWords.getLabel(index); in build()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | PunctuationSuggestions.java | 86 public String getLabel(final int index) { in getLabel() method in PunctuationSuggestions 88 return KeySpecParser.getLabel(keySpec); in getLabel()
|