Home
last modified time | relevance | path

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

/frameworks/base/policy/src/com/android/internal/policy/impl/
DShortcutManager.java121 shortcut = Character.toLowerCase(kcm.getDisplayLabel(keyCode)); in getIntent()
/frameworks/base/core/java/android/provider/
DContacts.java960 public static final CharSequence getDisplayLabel(Context context, int type, in getDisplayLabel() method in Contacts.Phones
985 public static final CharSequence getDisplayLabel(Context context, int type, in getDisplayLabel() method in Contacts.Phones
987 return getDisplayLabel(context, type, label, null); in getDisplayLabel()
1397 public static final CharSequence getDisplayLabel(Context context, int kind, in getDisplayLabel() method in Contacts.ContactMethods
1762 public static final CharSequence getDisplayLabel(Context context, int type, in getDisplayLabel() method in Contacts.Organizations
DContactsContract.java5412 public static final CharSequence getDisplayLabel(Context context, int type, in getDisplayLabel() method in ContactsContract.CommonDataKinds.Phone
5422 public static final CharSequence getDisplayLabel(Context context, int type, in getDisplayLabel() method in ContactsContract.CommonDataKinds.Phone
/frameworks/base/include/ui/
DKeyCharacterMap.h63 char16_t getDisplayLabel(int32_t keyCode) const;
/frameworks/base/core/jni/
Dandroid_view_KeyCharacterMap.cpp101 return map->getDisplayLabel(keyCode); in nativeGetDisplayLabel()
/frameworks/base/core/java/android/view/
DKeyCharacterMap.java317 public char getDisplayLabel(int keyCode) { in getDisplayLabel() method in KeyCharacterMap
DKeyEvent.java2380 public char getDisplayLabel() { in getDisplayLabel() method in KeyEvent
2381 return getKeyCharacterMap().getDisplayLabel(mKeyCode); in getDisplayLabel()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java178 info.phoneLabel = Phone.getDisplayLabel(context, in getCallerInfo()
/frameworks/base/libs/ui/
DKeyCharacterMap.cpp142 char16_t KeyCharacterMap::getDisplayLabel(int32_t keyCode) const { in getDisplayLabel() function in android::KeyCharacterMap
/frameworks/base/api/
Dcurrent.txt15982 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte…
16132 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte…
16189 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte…
16190 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte…
21920 method public char getDisplayLabel(int);
21977 method public char getDisplayLabel();
D14.txt15982 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte…
16132 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte…
16189 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte…
16190 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte…
21920 method public char getDisplayLabel(int);
21977 method public char getDisplayLabel();