Home
last modified time | relevance | path

Searched refs:getCharSequence (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DHybridGroupManager.java91 CharSequence contentText = notification.extras.getCharSequence(Notification.EXTRA_TEXT); in resolveText()
93 contentText = notification.extras.getCharSequence(Notification.EXTRA_BIG_TEXT); in resolveText()
99 CharSequence titleText = notification.extras.getCharSequence(Notification.EXTRA_TITLE); in resolveTitle()
101 titleText = notification.extras.getCharSequence(Notification.EXTRA_TITLE_BIG); in resolveTitle()
/frameworks/support/v14/preference/src/android/support/v14/preference/
DPreferenceDialogFragment.java109 mDialogTitle = savedInstanceState.getCharSequence(SAVE_STATE_TITLE); in onCreate()
110 mPositiveButtonText = savedInstanceState.getCharSequence(SAVE_STATE_POSITIVE_TEXT); in onCreate()
111 mNegativeButtonText = savedInstanceState.getCharSequence(SAVE_STATE_NEGATIVE_TEXT); in onCreate()
112 mDialogMessage = savedInstanceState.getCharSequence(SAVE_STATE_MESSAGE); in onCreate()
DEditTextPreferenceDialogFragment.java51 mText = savedInstanceState.getCharSequence(SAVE_STATE_TEXT); in onCreate()
/frameworks/support/v7/preference/src/android/support/v7/preference/
DPreferenceDialogFragmentCompat.java108 mDialogTitle = savedInstanceState.getCharSequence(SAVE_STATE_TITLE); in onCreate()
109 mPositiveButtonText = savedInstanceState.getCharSequence(SAVE_STATE_POSITIVE_TEXT); in onCreate()
110 mNegativeButtonText = savedInstanceState.getCharSequence(SAVE_STATE_NEGATIVE_TEXT); in onCreate()
111 mDialogMessage = savedInstanceState.getCharSequence(SAVE_STATE_MESSAGE); in onCreate()
DEditTextPreferenceDialogFragmentCompat.java50 mText = savedInstanceState.getCharSequence(SAVE_STATE_TEXT); in onCreate()
/frameworks/base/core/java/android/os/
DBundle.java771 public CharSequence getCharSequence(@Nullable String key) { in getCharSequence() method in Bundle
772 return super.getCharSequence(key); in getCharSequence()
787 public CharSequence getCharSequence(@Nullable String key, CharSequence defaultValue) { in getCharSequence() method in Bundle
788 return super.getCharSequence(key, defaultValue); in getCharSequence()
DBaseBundle.java1027 CharSequence getCharSequence(@Nullable String key) { in getCharSequence() method in BaseBundle
1049 CharSequence getCharSequence(@Nullable String key, CharSequence defaultValue) { in getCharSequence() method in BaseBundle
1050 final CharSequence cs = getCharSequence(key); in getCharSequence()
/frameworks/base/core/java/android/view/textservice/
DTextInfo.java120 public CharSequence getCharSequence() { in getCharSequence() method in TextInfo
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintErrorFragment.java65 CharSequence message = getArguments().getCharSequence(EXTRA_MESSAGE); in onViewCreated()
/frameworks/base/core/java/com/android/internal/app/
DResolverTargetActionsDialogFragment.java67 .setTitle(args.getCharSequence(TITLE_KEY)) in onCreateDialog()
/frameworks/base/core/java/android/app/
DNotification.java1341 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL); in WearableExtender()
1342 mConfirmLabel = wearableBundle.getCharSequence(KEY_CONFIRM_LABEL); in WearableExtender()
1343 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()
3292 CharSequence title = processLegacyText(ex.getCharSequence(EXTRA_TITLE)); in applyStandardTemplate()
3293 CharSequence text = processLegacyText(ex.getCharSequence(EXTRA_TEXT)); in applyStandardTemplate()
3421 CharSequence headerText = mN.extras.getCharSequence(EXTRA_SUB_TEXT); in bindHeaderText()
3428 && mN.extras.getCharSequence(EXTRA_INFO_TEXT) != null) { in bindHeaderText()
3429 headerText = mN.extras.getCharSequence(EXTRA_INFO_TEXT); in bindHeaderText()
3515 CharSequence title = processLegacyText(ex.getCharSequence(EXTRA_TITLE)); in applyStandardTemplateWithActions()
3516 CharSequence text = processLegacyText(ex.getCharSequence(EXTRA_TEXT)); in applyStandardTemplateWithActions()
[all …]
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
DFragmentArgumentsSupport.java95 CharSequence label = args.getCharSequence("label"); in onCreate()
DFragmentHideShowSupport.java89 mTextView.setText(savedInstanceState.getCharSequence("text")); in onCreateView()
/frameworks/support/compat/jellybean/android/support/v4/app/
DRemoteInputCompatJellybean.java40 data.getCharSequence(KEY_LABEL), in fromBundle()
DNotificationCompatJellybean.java378 bundle.getCharSequence(KEY_TITLE), in getActionFromBundle()
/frameworks/support/media-compat/java/android/support/v4/media/
DMediaMetadataCompat.java371 return mBundle.getCharSequence(key); in getText()
383 CharSequence text = mBundle.getCharSequence(key); in getString()
/frameworks/support/compat/kitkat/android/support/v4/view/accessibility/
DAccessibilityNodeInfoCompatKitKat.java138 return extras.getCharSequence(ROLE_DESCRIPTION_KEY); in getRoleDescription()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java467 !TextUtils.isEmpty(n.extras.getCharSequence(Notification.EXTRA_TITLE))) { in countApiUse()
471 !TextUtils.isEmpty(n.extras.getCharSequence(Notification.EXTRA_TEXT))) { in countApiUse()
475 !TextUtils.isEmpty(n.extras.getCharSequence(Notification.EXTRA_SUB_TEXT))) { in countApiUse()
479 !TextUtils.isEmpty(n.extras.getCharSequence(Notification.EXTRA_INFO_TEXT))) { in countApiUse()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java2329 Message message = new Message(bundle.getCharSequence(KEY_TEXT), in getMessageFromBundle()
2330 bundle.getLong(KEY_TIMESTAMP), bundle.getCharSequence(KEY_SENDER)); in getMessageFromBundle()
2669 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL); in WearableExtender()
2670 mConfirmLabel = wearableBundle.getCharSequence(KEY_CONFIRM_LABEL); in WearableExtender()
2671 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java345 CharSequence title = n.extras.getCharSequence(Notification.EXTRA_TITLE); in contentDescForNotification()
/frameworks/base/media/java/android/media/
DMediaMetadata.java390 return mBundle.getCharSequence(key); in getText()
/frameworks/base/docs/html/training/wearables/notifications/
Dvoice-input.jd172 return remoteInput.getCharSequence(EXTRA_VOICE_REPLY);
/frameworks/base/docs/html/training/auto/messaging/
Dindex.jd651 return remoteInput.getCharSequence(MY_VOICE_REPLY_KEY);
/frameworks/base/core/java/android/content/
DIntent.java6257 return mExtras == null ? null : mExtras.getCharSequence(name); in getCharSequenceExtra()
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd532 return remoteInput.getCharSequence(KEY_TEXT_REPLY);

12