Home
last modified time | relevance | path

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

/aosp14/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.java98 CharSequence getDisplayLabel(); in getDisplayLabel() method
H A DDisplayResolveInfo.java107 public CharSequence getDisplayLabel() { in getDisplayLabel() method in DisplayResolveInfo
H A DSelectableTargetInfo.java290 public CharSequence getDisplayLabel() { in getDisplayLabel() method in SelectableTargetInfo
/aosp14/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
H A DContactsContract.java6373 public static final CharSequence getDisplayLabel(Context context, int type, in getDisplayLabel() method in ContactsContract.CommonDataKinds.Phone
6384 public static final CharSequence getDisplayLabel(Context context, int type, in getDisplayLabel() method in ContactsContract.CommonDataKinds.Phone
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserListAdapter.java273 holder.bindLabel(info.getDisplayLabel(), info.getExtendedInfo(), alwaysShowSubLabel()); in onBindView()
279 CharSequence appName = rInfo != null ? rInfo.getDisplayLabel() : ""; in onBindView()
281 String contentDescription = String.join(" ", info.getDisplayLabel(), in onBindView()
363 + '#' + info.getDisplayLabel() in updateAlphabeticalList()
H A DResolverActivity.java941 return new Option(target.getDisplayLabel(), index);
983 ((TextView) text).setText(dri.getDisplayLabel());
1047 .getActiveListAdapter().getFilteredItem().getDisplayLabel())
1739 CharSequence targetDisplayLabel = otherProfileResolveInfo.getDisplayLabel();
H A DChooserActivity.java1269 ti.getDisplayLabel(),
1292 ti.getDisplayLabel(),
1826 if (selectableTargetInfo.getDisplayLabel() != null) {
1828 selectableTargetInfo.getDisplayLabel().toString());
2489 mComparator = Comparator.comparing(DisplayResolveInfo::getDisplayLabel, collator)
H A DResolverListAdapter.java660 dri.getDisplayLabel(),
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_KeyCharacterMap.cpp189 return map->getMap()->getDisplayLabel(keyCode); in nativeGetDisplayLabel()
/aosp14/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java500 public char getDisplayLabel(int keyCode) { in getDisplayLabel() method in KeyCharacterMap
H A DKeyEvent.java2775 public char getDisplayLabel() { in getDisplayLabel() method in KeyEvent
2776 return getKeyCharacterMap().getDisplayLabel(mKeyCode); in getDisplayLabel()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DModifierShortcutManager.java142 shortcutChar = Character.toLowerCase(kcm.getDisplayLabel(keyCode)); in getIntent()
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DCallerInfo.java254 info.phoneLabel = Phone.getDisplayLabel(context, in getCallerInfo()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcuts.java748 char displayLabel = mKeyCharacterMap.getDisplayLabel(info.getKeycode()); in getHumanReadableShortcutKeys()
752 displayLabel = mBackupKeyCharacterMap.getDisplayLabel(info.getKeycode()); in getHumanReadableShortcutKeys()
H A DKeyboardShortcutListSearch.java1136 char displayLabel = mKeyCharacterMap.getDisplayLabel(info.getKeycode()); in getHumanReadableShortcutKeys()
1140 displayLabel = mBackupKeyCharacterMap.getDisplayLabel(info.getKeycode()); in getHumanReadableShortcutKeys()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserActivityTest.java1659 wrapper.getAdapter().getItem(0).getDisplayLabel(), is("testTitle0")); in testShortcutTargetWithApplyAppLimits()
1733 wrapper.getAdapter().getItem(0).getDisplayLabel(), is("testTitle0")); in testShortcutTargetWithoutApplyAppLimits()
1735 wrapper.getAdapter().getItem(1).getDisplayLabel(), is("testTitle1")); in testShortcutTargetWithoutApplyAppLimits()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt35693 …method @Deprecated public static CharSequence getDisplayLabel(android.content.Context, int, int, C…
35843 …method @Deprecated public static CharSequence getDisplayLabel(android.content.Context, int, CharSe…
35900 …method @Deprecated public static CharSequence getDisplayLabel(android.content.Context, int, CharSe…
35901 …method @Deprecated public static CharSequence getDisplayLabel(android.content.Context, int, CharSe…
50637 method public char getDisplayLabel(int);
50696 method public char getDisplayLabel();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt41738 Landroid/provider/ContactsContract$CommonDataKinds$Phone;->getDisplayLabel(Landroid/content/Context…