Home
last modified time | relevance | path

Searched defs:getDisplayLabel (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/chooser/
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
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.java6338 public static final CharSequence getDisplayLabel(Context context, int type, in getDisplayLabel() method in ContactsContract.CommonDataKinds.Phone
6349 public static final CharSequence getDisplayLabel(Context context, int type, in getDisplayLabel() method in ContactsContract.CommonDataKinds.Phone
/frameworks/base/core/java/android/view/
DKeyCharacterMap.java494 public char getDisplayLabel(int keyCode) { in getDisplayLabel() method in KeyCharacterMap
DKeyEvent.java2748 public char getDisplayLabel() { in getDisplayLabel() method in KeyEvent
/frameworks/native/libs/input/
DKeyCharacterMap.cpp281 char16_t KeyCharacterMap::getDisplayLabel(int32_t keyCode) const { in getDisplayLabel() function in android::KeyCharacterMap