/aosp14/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 | 98 CharSequence getDisplayLabel(); in getDisplayLabel() method
|
H A D | DisplayResolveInfo.java | 107 public CharSequence getDisplayLabel() { in getDisplayLabel() method in DisplayResolveInfo
|
H A D | SelectableTargetInfo.java | 290 public CharSequence getDisplayLabel() { in getDisplayLabel() method in SelectableTargetInfo
|
/aosp14/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
|
H A D | ContactsContract.java | 6373 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 D | ChooserListAdapter.java | 273 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 D | ResolverActivity.java | 941 return new Option(target.getDisplayLabel(), index); 983 ((TextView) text).setText(dri.getDisplayLabel()); 1047 .getActiveListAdapter().getFilteredItem().getDisplayLabel()) 1739 CharSequence targetDisplayLabel = otherProfileResolveInfo.getDisplayLabel();
|
H A D | ChooserActivity.java | 1269 ti.getDisplayLabel(), 1292 ti.getDisplayLabel(), 1826 if (selectableTargetInfo.getDisplayLabel() != null) { 1828 selectableTargetInfo.getDisplayLabel().toString()); 2489 mComparator = Comparator.comparing(DisplayResolveInfo::getDisplayLabel, collator)
|
H A D | ResolverListAdapter.java | 660 dri.getDisplayLabel(),
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_KeyCharacterMap.cpp | 189 return map->getMap()->getDisplayLabel(keyCode); in nativeGetDisplayLabel()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | KeyCharacterMap.java | 500 public char getDisplayLabel(int keyCode) { in getDisplayLabel() method in KeyCharacterMap
|
H A D | KeyEvent.java | 2775 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 D | ModifierShortcutManager.java | 142 shortcutChar = Character.toLowerCase(kcm.getDisplayLabel(keyCode)); in getIntent()
|
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | CallerInfo.java | 254 info.phoneLabel = Phone.getDisplayLabel(context, in getCallerInfo()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | KeyboardShortcuts.java | 748 char displayLabel = mKeyCharacterMap.getDisplayLabel(info.getKeycode()); in getHumanReadableShortcutKeys() 752 displayLabel = mBackupKeyCharacterMap.getDisplayLabel(info.getKeycode()); in getHumanReadableShortcutKeys()
|
H A D | KeyboardShortcutListSearch.java | 1136 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 D | ChooserActivityTest.java | 1659 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 35693 …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 D | hiddenapi-max-target-o.txt | 41738 Landroid/provider/ContactsContract$CommonDataKinds$Phone;->getDisplayLabel(Landroid/content/Context…
|