Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/chooser/
DChooserTargetInfo.java46 && TextUtils.equals(getDisplayLabel(), other.getDisplayLabel()) in isSimilar()
DNotSelectableTargetInfo.java61 public CharSequence getDisplayLabel() { in getDisplayLabel() method in NotSelectableTargetInfo
DTargetInfo.java98 CharSequence getDisplayLabel(); in getDisplayLabel() method
DDisplayResolveInfo.java107 public CharSequence getDisplayLabel() { in getDisplayLabel() method in DisplayResolveInfo
DSelectableTargetInfo.java290 public CharSequence getDisplayLabel() { in getDisplayLabel() method in SelectableTargetInfo
/frameworks/base/core/java/android/provider/
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
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
/frameworks/base/core/java/com/android/internal/app/
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()
DResolverActivity.java999 return new Option(target.getDisplayLabel(), index);
1041 ((TextView) text).setText(dri.getDisplayLabel());
1105 .getActiveListAdapter().getFilteredItem().getDisplayLabel())
1815 CharSequence targetDisplayLabel = otherProfileResolveInfo.getDisplayLabel();
DResolverListAdapter.java660 dri.getDisplayLabel(),
/frameworks/native/include/input/
DKeyCharacterMap.h96 char16_t getDisplayLabel(int32_t keyCode) const;
/frameworks/base/core/jni/
Dandroid_view_KeyCharacterMap.cpp191 return map->getMap()->getDisplayLabel(keyCode); in nativeGetDisplayLabel()
/frameworks/base/core/java/android/view/
DKeyCharacterMap.java537 public char getDisplayLabel(int keyCode) { in getDisplayLabel() method in KeyCharacterMap
DKeyEvent.java2876 public char getDisplayLabel() { in getDisplayLabel() method in KeyEvent
2877 return getKeyCharacterMap().getDisplayLabel(mKeyCode); in getDisplayLabel()
/frameworks/base/services/core/java/com/android/server/policy/
DModifierShortcutManager.java161 shortcutChar = Character.toLowerCase(kcm.getDisplayLabel(keyCode)); in getIntent()
/frameworks/base/telecomm/java/android/telecom/
DCallerInfo.java254 info.phoneLabel = Phone.getDisplayLabel(context, in getCallerInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcuts.java787 char displayLabel = mKeyCharacterMap.getDisplayLabel(info.getKeycode()); in getHumanReadableShortcutKeys()
791 displayLabel = mBackupKeyCharacterMap.getDisplayLabel(info.getKeycode()); in getHumanReadableShortcutKeys()
DKeyboardShortcutListSearch.java1231 char displayLabel = mKeyCharacterMap.getDisplayLabel(info.getKeycode()); in getHumanReadableShortcutKeys()
1235 displayLabel = mBackupKeyCharacterMap.getDisplayLabel(info.getKeycode()); in getHumanReadableShortcutKeys()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
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()
/frameworks/native/libs/input/
DKeyCharacterMap.cpp202 char16_t KeyCharacterMap::getDisplayLabel(int32_t keyCode) const { in getDisplayLabel() function in android::KeyCharacterMap
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt23640 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte…
23790 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte…
23847 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte…
23848 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte…
32333 method public char getDisplayLabel(int);
32392 method public char getDisplayLabel();
/frameworks/base/core/api/
Dcurrent.txt35847 …method @Deprecated public static CharSequence getDisplayLabel(android.content.Context, int, int, C…
35997 …method @Deprecated public static CharSequence getDisplayLabel(android.content.Context, int, CharSe…
36054 …method @Deprecated public static CharSequence getDisplayLabel(android.content.Context, int, CharSe…
36055 …method @Deprecated public static CharSequence getDisplayLabel(android.content.Context, int, CharSe…
51116 method public char getDisplayLabel(int);
51175 method public char getDisplayLabel();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt41095 Landroid/provider/ContactsContract$CommonDataKinds$Phone;->getDisplayLabel(Landroid/content/Context…