/frameworks/base/core/java/com/android/internal/app/chooser/ |
D | ChooserTargetInfo.java | 46 && TextUtils.equals(getDisplayLabel(), other.getDisplayLabel()) in isSimilar()
|
D | NotSelectableTargetInfo.java | 61 public CharSequence getDisplayLabel() { in getDisplayLabel() method in NotSelectableTargetInfo
|
D | TargetInfo.java | 98 CharSequence getDisplayLabel(); in getDisplayLabel() method
|
D | DisplayResolveInfo.java | 107 public CharSequence getDisplayLabel() { in getDisplayLabel() method in DisplayResolveInfo
|
D | SelectableTargetInfo.java | 290 public CharSequence getDisplayLabel() { in getDisplayLabel() method in SelectableTargetInfo
|
/frameworks/base/core/java/android/provider/ |
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
|
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
|
/frameworks/base/core/java/com/android/internal/app/ |
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()
|
D | ResolverActivity.java | 999 return new Option(target.getDisplayLabel(), index); 1041 ((TextView) text).setText(dri.getDisplayLabel()); 1105 .getActiveListAdapter().getFilteredItem().getDisplayLabel()) 1815 CharSequence targetDisplayLabel = otherProfileResolveInfo.getDisplayLabel();
|
D | ResolverListAdapter.java | 660 dri.getDisplayLabel(),
|
/frameworks/native/include/input/ |
D | KeyCharacterMap.h | 96 char16_t getDisplayLabel(int32_t keyCode) const;
|
/frameworks/base/core/jni/ |
D | android_view_KeyCharacterMap.cpp | 191 return map->getMap()->getDisplayLabel(keyCode); in nativeGetDisplayLabel()
|
/frameworks/base/core/java/android/view/ |
D | KeyCharacterMap.java | 537 public char getDisplayLabel(int keyCode) { in getDisplayLabel() method in KeyCharacterMap
|
D | KeyEvent.java | 2876 public char getDisplayLabel() { in getDisplayLabel() method in KeyEvent 2877 return getKeyCharacterMap().getDisplayLabel(mKeyCode); in getDisplayLabel()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | ModifierShortcutManager.java | 161 shortcutChar = Character.toLowerCase(kcm.getDisplayLabel(keyCode)); in getIntent()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | CallerInfo.java | 254 info.phoneLabel = Phone.getDisplayLabel(context, in getCallerInfo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | KeyboardShortcuts.java | 787 char displayLabel = mKeyCharacterMap.getDisplayLabel(info.getKeycode()); in getHumanReadableShortcutKeys() 791 displayLabel = mBackupKeyCharacterMap.getDisplayLabel(info.getKeycode()); in getHumanReadableShortcutKeys()
|
D | KeyboardShortcutListSearch.java | 1231 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/ |
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()
|
/frameworks/native/libs/input/ |
D | KeyCharacterMap.cpp | 202 char16_t KeyCharacterMap::getDisplayLabel(int32_t keyCode) const { in getDisplayLabel() function in android::KeyCharacterMap
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 23640 …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/ |
D | current.txt | 35847 …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/ |
D | hiddenapi-max-target-o.txt | 41095 Landroid/provider/ContactsContract$CommonDataKinds$Phone;->getDisplayLabel(Landroid/content/Context…
|