Searched refs:displayLabel (Results 1 – 11 of 11) sorted by relevance
30 public String displayLabel = "The Default Label"; field in FakeAccountType64 return displayLabel; in getDisplayLabel()80 result.displayLabel = label; in create()88 result.displayLabel = label; in create()
551 public char displayLabel; field in KeyCharacterMap.KeyData588 char displayLabel = nativeGetDisplayLabel(mPtr, keyCode); in getKeyData() local589 if (displayLabel == 0) { in getKeyData()593 results.displayLabel = displayLabel; in getKeyData()
242 public static SimCard create(TelephonyManager telephony, String displayLabel) { in create() argument245 telephony.getSimOperatorName(), displayLabel, telephony.getLine1Number(), in create()251 /* operator name */ null, displayLabel, in create()
114 public AccountTypeForDisplayLabelTest(String displayLabel) {115 mDisplayLabel = displayLabel;
179 CharSequence displayLabel; field in AppChooserActivity.DisplayAppInfo187 displayLabel = label; in DisplayAppInfo()261 holder.text.setText(appInfo.displayLabel); in getView()
58 private MockAccountType(String displayLabel) { in MockAccountType() argument59 mDisplayLabel = displayLabel; in MockAccountType()
125 public void setDisplayLabel(CharSequence displayLabel) { in setDisplayLabel() argument126 mDisplayLabel = displayLabel; in setDisplayLabel()
714 char displayLabel = mKeyCharacterMap.getDisplayLabel(info.getKeycode()); in getHumanReadableShortcutKeys() local715 if (displayLabel != 0) { in getHumanReadableShortcutKeys()716 shortcutKeyString = String.valueOf(displayLabel); in getHumanReadableShortcutKeys()718 displayLabel = mBackupKeyCharacterMap.getDisplayLabel(info.getKeycode()); in getHumanReadableShortcutKeys()719 if (displayLabel != 0) { in getHumanReadableShortcutKeys()720 shortcutKeyString = String.valueOf(displayLabel); in getHumanReadableShortcutKeys()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
47393 field @Deprecated public char displayLabel;
32363 field public char displayLabel;