Home
last modified time | relevance | path

Searched refs:getDisplayLabel (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/aosp_15_r20/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
H A DContacts_PhonesTest.java26 String display = Phones.getDisplayLabel(getContext(), in testGetDisplayLabel()
42 String display = Phones.getDisplayLabel(getContext(), in testGetDisplayLabelCharSequenceArray()
46 display = Phones.getDisplayLabel(getContext(), in testGetDisplayLabelCharSequenceArray()
50 display = Phones.getDisplayLabel(getContext(), in testGetDisplayLabelCharSequenceArray()
54 display = Phones.getDisplayLabel(getContext(), in testGetDisplayLabelCharSequenceArray()
58 display = Phones.getDisplayLabel(getContext(), in testGetDisplayLabelCharSequenceArray()
62 display = Phones.getDisplayLabel(getContext(), in testGetDisplayLabelCharSequenceArray()
66 display = Phones.getDisplayLabel(getContext(), in testGetDisplayLabelCharSequenceArray()
70 display = Phones.getDisplayLabel(getContext(), in testGetDisplayLabelCharSequenceArray()
H A DContacts_ContactMethodsTest.java52 String display = ContactMethods.getDisplayLabel(getContext(), Contacts.KIND_EMAIL, in test()
56 display = ContactMethods.getDisplayLabel(getContext(), Contacts.KIND_POSTAL, in test()
H A DContacts_OrganizationsTest.java25 String display = Organizations.getDisplayLabel(getContext(), in testGetDisplayLabel()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/inputmethod/
DMouseKeysImageListAdapter.java94 (key) -> getDisplayLabel(currentInputDevice, key)).toList(); in composeSummaryForImages()
97 String leftClickLabel = getDisplayLabel(currentInputDevice, LEFT_CLICK_CHAR_KEYCODE); in composeSummaryForImages()
100 String pressHoldLabel = getDisplayLabel(currentInputDevice, PRESS_HOLD_CHAR_KEYCODE); in composeSummaryForImages()
103 String releaseLabel = getDisplayLabel(currentInputDevice, RELEASE_CHAR_KEYCODE); in composeSummaryForImages()
107 (key) -> getDisplayLabel(currentInputDevice, key)).toList(); in composeSummaryForImages()
112 String rightClickLabel = getDisplayLabel(currentInputDevice, RIGHT_CLICK_CHAR_KEYCODE); in composeSummaryForImages()
117 private String getDisplayLabel(InputDevice currentInputDevice, int keycode) { in getDisplayLabel() method in MouseKeysImageListAdapter
118 return String.valueOf(currentInputDevice.getKeyCharacterMap().getDisplayLabel( in getDisplayLabel()
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountType.java182 public CharSequence getDisplayLabel(Context context) { in getDisplayLabel() method in AccountType
199 getDisplayLabel(context), getDisplayIcon(context), false), this); in wrapAccount()
525 private String getDisplayLabel(AccountType type) { in getDisplayLabel() method in AccountType.DisplayLabelComparator
526 CharSequence label = type.getDisplayLabel(mContext); in getDisplayLabel()
532 return mCollator.compare(getDisplayLabel(lhs), getDisplayLabel(rhs)); in compare()
DDeviceLocalAccountType.java43 new AccountDisplayInfo(account, getDisplayLabel(context), getDisplayLabel(context), in wrapAccount()
DAccountDisplayInfoFactory.java65 ? type.getDisplayLabel(mContext) in getAccountDisplayInfo()
67 return new AccountDisplayInfo(account, name, type.getDisplayLabel(mContext), in getAccountDisplayInfo()
DSimAccountType.java134 new AccountDisplayInfo(account, getDisplayLabel(context), getDisplayLabel(context), in wrapAccount()
DFallbackAccountType.java108 getDisplayLabel(context), getDisplayIcon(context), false), this); in wrapAccount()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
H A DAppClipsActivity.java368 if (duplicateNamedBacklinksCountMap.containsKey(data.getDisplayLabel())) { in updateBacklinkLabelsWithDuplicateNames()
369 int duplicateCount = duplicateNamedBacklinksCountMap.get(data.getDisplayLabel()); in updateBacklinkLabelsWithDuplicateNames()
374 duplicateNamedBacklinksCountMap.put(data.getDisplayLabel(), 2); in updateBacklinkLabelsWithDuplicateNames()
377 duplicateNamedBacklinksCountMap.put(data.getDisplayLabel(), duplicateCount + 1); in updateBacklinkLabelsWithDuplicateNames()
382 duplicateNamedBacklinksCountMap.put(data.getDisplayLabel(), 0); in updateBacklinkLabelsWithDuplicateNames()
391 String originalBacklinkLabel = data.getDisplayLabel(); in updateBacklinkLabelsWithDuplicateNames()
428 itemView.setText(data.getDisplayLabel()); in setUpListPopupWindow()
450 mBacklinksDataTextView.setText(backlinksData.getDisplayLabel()); in updateBacklinksTextView()
H A DAppClipsViewModel.java417 ClipData.newRawUri(backlinkDisplayInfo.getDisplayLabel(), uri), in getBacklinksDataFromAssistContent()
434 ClipData.newIntent(backlinkDisplayInfo.getDisplayLabel(), backlinksIntent), in getBacklinksDataFromAssistContent()
/aosp_15_r20/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DAccountType.java210 public CharSequence getDisplayLabel(Context context) { in getDisplayLabel() method in AccountType
492 private String getDisplayLabel(AccountType type) { in getDisplayLabel() method in AccountType.DisplayLabelComparator
493 CharSequence label = type.getDisplayLabel(mContext); in getDisplayLabel()
499 return mCollator.compare(getDisplayLabel(lhs), getDisplayLabel(rhs)); in compare()
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/chooser/
DTargetInfo.java169 CharSequence getDisplayLabel(); in getDisplayLabel() method
276 && TextUtils.equals(getDisplayLabel(), other.getDisplayLabel()) in isSimilar()
DImmutableTargetInfo.java398 .setDisplayLabel(getDisplayLabel()) in toBuilder()
481 public CharSequence getDisplayLabel() { in getDisplayLabel() method in ImmutableTargetInfo
DDisplayResolveInfoAzInfoComparator.java35 mComparator = Comparator.comparing(DisplayResolveInfo::getDisplayLabel, collator) in DisplayResolveInfoAzInfoComparator()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/chooser/
H A DChooserTargetInfo.java46 && TextUtils.equals(getDisplayLabel(), other.getDisplayLabel()) in isSimilar()
H A DNotSelectableTargetInfo.java61 public CharSequence getDisplayLabel() { in getDisplayLabel() method in NotSelectableTargetInfo
H A DTargetInfo.java102 CharSequence getDisplayLabel(); in getDisplayLabel() method
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserListAdapter.java399 final CharSequence displayLabel = Objects.requireNonNullElse(info.getDisplayLabel(), ""); in onBindView()
416 Objects.requireNonNullElse(rInfo == null ? null : rInfo.getDisplayLabel(), ""); in onBindView()
418 String.join(" ", info.getDisplayLabel(), extendedInfo, appName); in onBindView()
435 info.getDisplayLabel(), in onBindView()
567 + "#" + target.getDisplayLabel() in updateAlphabeticalList()
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DKeyEventTest.java540 assertTrue(mKeyEvent.getDisplayLabel() > 0); in testGetDisplayLabel()
719 assertEquals(mKeyEvent.getDisplayLabel(), newEvent.getDisplayLabel()); in testChangeAction()
736 assertEquals(mKeyEvent.getDisplayLabel(), newEvent.getDisplayLabel()); in testChangeFlags()
757 assertEquals(mKeyEvent.getDisplayLabel(), newEvent.getDisplayLabel()); in testChangeTimeRepeat()
/aosp_15_r20/frameworks/base/core/java/android/provider/
H A DContacts.java953 public static final CharSequence getDisplayLabel(Context context, int type, in getDisplayLabel() method in Contacts.Phones
978 public static final CharSequence getDisplayLabel(Context context, int type, in getDisplayLabel() method in Contacts.Phones
980 return getDisplayLabel(context, type, label, null); in getDisplayLabel()
1390 public static final CharSequence getDisplayLabel(Context context, int kind, in getDisplayLabel() method in Contacts.ContactMethods
1755 public static final CharSequence getDisplayLabel(Context context, int type, in getDisplayLabel() method in Contacts.Organizations
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/
H A DChooserListAdapter.java274 holder.bindLabel(info.getDisplayLabel(), info.getExtendedInfo(), alwaysShowSubLabel()); in onBindView()
280 CharSequence appName = rInfo != null ? rInfo.getDisplayLabel() : ""; in onBindView()
282 String contentDescription = String.join(" ", info.getDisplayLabel(), in onBindView()
364 + '#' + info.getDisplayLabel() in updateAlphabeticalList()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/policy/
H A DModifierShortcutManager.java246 shortcutChar = Character.toLowerCase(kcm.getDisplayLabel(keyCode)); in getIntent()
269 shortcutChar = Character.toLowerCase(kcm.getDisplayLabel(keyCode)); in getIntent()
376 shortcutName = String.valueOf(virtualKcm.getDisplayLabel(keycode)).toLowerCase( in loadShortcuts()
812 kcm.getDisplayLabel(trigger.getKeycode()), in getApplicationLaunchKeyboardShortcuts()
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DFakeAccountType.java63 public String getDisplayLabel(Context context) { in getDisplayLabel() method in FakeAccountType
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/screenshot/appclips/
DBacklinkDisplayInfo.java31 public final java.lang.String getDisplayLabel() { in getDisplayLabel() method in BacklinkDisplayInfo

12345678910>>...14