/frameworks/base/core/java/android/provider/ |
D | Contacts.java | 959 public static final CharSequence getDisplayLabel(Context context, int type, in getDisplayLabel() method in Contacts.Phones 984 public static final CharSequence getDisplayLabel(Context context, int type, in getDisplayLabel() method in Contacts.Phones 986 return getDisplayLabel(context, type, label, null); in getDisplayLabel() 1396 public static final CharSequence getDisplayLabel(Context context, int kind, in getDisplayLabel() method in Contacts.ContactMethods 1761 public static final CharSequence getDisplayLabel(Context context, int type, in getDisplayLabel() method in Contacts.Organizations
|
D | ContactsContract.java | 6035 public static final CharSequence getDisplayLabel(Context context, int type, in getDisplayLabel() method in ContactsContract.CommonDataKinds.Phone 6045 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 | ResolverActivity.java | 408 return new Option(target.getDisplayLabel(), index); in optionForChooserTarget() 440 text.setText(dri.getDisplayLabel()); in bindProfileView() 485 ? getString(title.namedTitleRes, mAdapter.getFilteredItem().getDisplayLabel()) in getTitleForAction() 1004 public CharSequence getDisplayLabel() { in getDisplayLabel() method in ResolverActivity.DisplayResolveInfo 1168 CharSequence getDisplayLabel(); in getDisplayLabel() method 1666 final CharSequence label = info.getDisplayLabel(); in onBindView() 1668 holder.text.setText(info.getDisplayLabel()); in onBindView()
|
D | ChooserActivity.java | 750 public CharSequence getDisplayLabel() { in getDisplayLabel() method in ChooserActivity.ChooserTargetInfo
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | ShortcutManager.java | 95 shortcutChar = Character.toLowerCase(kcm.getDisplayLabel(keyCode)); in getIntent()
|
/frameworks/native/include/input/ |
D | KeyCharacterMap.h | 93 char16_t getDisplayLabel(int32_t keyCode) const;
|
/frameworks/base/core/jni/ |
D | android_view_KeyCharacterMap.cpp | 163 return map->getMap()->getDisplayLabel(keyCode); in nativeGetDisplayLabel()
|
/frameworks/base/core/java/android/view/ |
D | KeyCharacterMap.java | 473 public char getDisplayLabel(int keyCode) { in getDisplayLabel() method in KeyCharacterMap
|
D | KeyEvent.java | 2522 public char getDisplayLabel() { in getDisplayLabel() method in KeyEvent 2523 return getKeyCharacterMap().getDisplayLabel(mKeyCode); in getDisplayLabel()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | CallerInfo.java | 219 info.phoneLabel = Phone.getDisplayLabel(context, in getCallerInfo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | KeyboardShortcuts.java | 674 char displayLabel = mKeyCharacterMap.getDisplayLabel(info.getKeycode()); in getHumanReadableShortcutKeys()
|
/frameworks/native/libs/input/ |
D | KeyCharacterMap.cpp | 207 char16_t KeyCharacterMap::getDisplayLabel(int32_t keyCode) const { in getDisplayLabel() function in android::KeyCharacterMap
|
/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/api/ |
D | current.txt | 30707 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte… 30857 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte… 30914 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte… 30915 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte… 41079 method public char getDisplayLabel(int); 41138 method public char getDisplayLabel();
|
D | system-current.txt | 33280 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte… 33430 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte… 33487 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte… 33488 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte… 44079 method public char getDisplayLabel(int); 44138 method public char getDisplayLabel();
|
D | test-current.txt | 30780 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte… 30930 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte… 30987 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte… 30988 …method public static final deprecated java.lang.CharSequence getDisplayLabel(android.content.Conte… 41158 method public char getDisplayLabel(int); 41217 method public char getDisplayLabel();
|