/aosp_15_r20/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
H A D | Contacts_PhonesTest.java | 26 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 D | Contacts_ContactMethodsTest.java | 52 String display = ContactMethods.getDisplayLabel(getContext(), Contacts.KIND_EMAIL, in test() 56 display = ContactMethods.getDisplayLabel(getContext(), Contacts.KIND_POSTAL, in test()
|
H A D | Contacts_OrganizationsTest.java | 25 String display = Organizations.getDisplayLabel(getContext(), in testGetDisplayLabel()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/inputmethod/ |
D | MouseKeysImageListAdapter.java | 94 (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/ |
D | AccountType.java | 182 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()
|
D | DeviceLocalAccountType.java | 43 new AccountDisplayInfo(account, getDisplayLabel(context), getDisplayLabel(context), in wrapAccount()
|
D | AccountDisplayInfoFactory.java | 65 ? type.getDisplayLabel(mContext) in getAccountDisplayInfo() 67 return new AccountDisplayInfo(account, name, type.getDisplayLabel(mContext), in getAccountDisplayInfo()
|
D | SimAccountType.java | 134 new AccountDisplayInfo(account, getDisplayLabel(context), getDisplayLabel(context), in wrapAccount()
|
D | FallbackAccountType.java | 108 getDisplayLabel(context), getDisplayIcon(context), false), this); in wrapAccount()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/ |
H A D | AppClipsActivity.java | 368 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 D | AppClipsViewModel.java | 417 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/ |
D | AccountType.java | 210 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/ |
D | TargetInfo.java | 169 CharSequence getDisplayLabel(); in getDisplayLabel() method 276 && TextUtils.equals(getDisplayLabel(), other.getDisplayLabel()) in isSimilar()
|
D | ImmutableTargetInfo.java | 398 .setDisplayLabel(getDisplayLabel()) in toBuilder() 481 public CharSequence getDisplayLabel() { in getDisplayLabel() method in ImmutableTargetInfo
|
D | DisplayResolveInfoAzInfoComparator.java | 35 mComparator = Comparator.comparing(DisplayResolveInfo::getDisplayLabel, collator) in DisplayResolveInfoAzInfoComparator()
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/chooser/ |
H A D | ChooserTargetInfo.java | 46 && TextUtils.equals(getDisplayLabel(), other.getDisplayLabel()) in isSimilar()
|
H A D | NotSelectableTargetInfo.java | 61 public CharSequence getDisplayLabel() { in getDisplayLabel() method in NotSelectableTargetInfo
|
H A D | TargetInfo.java | 102 CharSequence getDisplayLabel(); in getDisplayLabel() method
|
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/ |
D | ChooserListAdapter.java | 399 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 D | KeyEventTest.java | 540 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 D | Contacts.java | 953 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 D | ChooserListAdapter.java | 274 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 D | ModifierShortcutManager.java | 246 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/ |
D | FakeAccountType.java | 63 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/ |
D | BacklinkDisplayInfo.java | 31 public final java.lang.String getDisplayLabel() { in getDisplayLabel() method in BacklinkDisplayInfo
|