Searched refs:getCharSequence (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DHybridGroupManager.java91 CharSequence contentText = notification.extras.getCharSequence(Notification.EXTRA_TEXT);
93 contentText = notification.extras.getCharSequence(Notification.EXTRA_BIG_TEXT);
99 CharSequence titleText = notification.extras.getCharSequence(Notification.EXTRA_TITLE);
101 titleText = notification.extras.getCharSequence(Notification.EXTRA_TITLE_BIG);
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DEditTextPreferenceDialogFragment.java51 mText = savedInstanceState.getCharSequence(SAVE_STATE_TEXT);
H A DPreferenceDialogFragment.java109 mDialogTitle = savedInstanceState.getCharSequence(SAVE_STATE_TITLE);
110 mPositiveButtonText = savedInstanceState.getCharSequence(SAVE_STATE_POSITIVE_TEXT);
111 mNegativeButtonText = savedInstanceState.getCharSequence(SAVE_STATE_NEGATIVE_TEXT);
112 mDialogMessage = savedInstanceState.getCharSequence(SAVE_STATE_MESSAGE);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DEditTextPreferenceDialogFragmentCompat.java50 mText = savedInstanceState.getCharSequence(SAVE_STATE_TEXT);
H A DPreferenceDialogFragmentCompat.java108 mDialogTitle = savedInstanceState.getCharSequence(SAVE_STATE_TITLE);
109 mPositiveButtonText = savedInstanceState.getCharSequence(SAVE_STATE_POSITIVE_TEXT);
110 mNegativeButtonText = savedInstanceState.getCharSequence(SAVE_STATE_NEGATIVE_TEXT);
111 mDialogMessage = savedInstanceState.getCharSequence(SAVE_STATE_MESSAGE);
/frameworks/base/core/java/android/view/textservice/
H A DTextInfo.java120 public CharSequence getCharSequence() { method in class:TextInfo
/frameworks/base/core/java/com/android/internal/app/
H A DResolverTargetActionsDialogFragment.java67 .setTitle(args.getCharSequence(TITLE_KEY))
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintErrorFragment.java65 CharSequence message = getArguments().getCharSequence(EXTRA_MESSAGE);
/frameworks/support/compat/jellybean/android/support/v4/app/
H A DRemoteInputCompatJellybean.java40 data.getCharSequence(KEY_LABEL),
H A DNotificationCompatJellybean.java378 bundle.getCharSequence(KEY_TITLE),
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentArgumentsSupport.java95 CharSequence label = args.getCharSequence("label");
H A DFragmentHideShowSupport.java89 mTextView.setText(savedInstanceState.getCharSequence("text"));
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentArgumentsSupport.java95 CharSequence label = args.getCharSequence("label");
H A DFragmentHideShowSupport.java89 mTextView.setText(savedInstanceState.getCharSequence("text"));
/frameworks/base/core/java/android/os/
H A DBundle.java771 public CharSequence getCharSequence(@Nullable String key) { method in class:Bundle
772 return super.getCharSequence(key);
787 public CharSequence getCharSequence(@Nullable String key, CharSequence defaultValue) { method in class:Bundle
788 return super.getCharSequence(key, defaultValue);
H A DBaseBundle.java1027 CharSequence getCharSequence(@Nullable String key) { method in class:BaseBundle
1049 CharSequence getCharSequence(@Nullable String key, CharSequence defaultValue) { method in class:BaseBundle
1050 final CharSequence cs = getCharSequence(key);
/frameworks/base/core/java/android/app/
H A DNotification.java1341 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL);
1342 mConfirmLabel = wearableBundle.getCharSequence(KEY_CONFIRM_LABEL);
1343 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL);
3292 CharSequence title = processLegacyText(ex.getCharSequence(EXTRA_TITLE));
3293 CharSequence text = processLegacyText(ex.getCharSequence(EXTRA_TEXT));
3421 CharSequence headerText = mN.extras.getCharSequence(EXTRA_SUB_TEXT);
3428 && mN.extras.getCharSequence(EXTRA_INFO_TEXT) != null) {
3429 headerText = mN.extras.getCharSequence(EXTRA_INFO_TEXT);
3515 CharSequence title = processLegacyText(ex.getCharSequence(EXTRA_TITLE));
3516 CharSequence text = processLegacyText(ex.getCharSequence(EXTRA_TEX
[all...]
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaMetadataCompat.java371 return mBundle.getCharSequence(key);
383 CharSequence text = mBundle.getCharSequence(key);
/frameworks/support/compat/kitkat/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatKitKat.java138 return extras.getCharSequence(ROLE_DESCRIPTION_KEY);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java467 !TextUtils.isEmpty(n.extras.getCharSequence(Notification.EXTRA_TITLE))) {
471 !TextUtils.isEmpty(n.extras.getCharSequence(Notification.EXTRA_TEXT))) {
475 !TextUtils.isEmpty(n.extras.getCharSequence(Notification.EXTRA_SUB_TEXT))) {
479 !TextUtils.isEmpty(n.extras.getCharSequence(Notification.EXTRA_INFO_TEXT))) {
/frameworks/base/media/java/android/media/
H A DMediaMetadata.java390 return mBundle.getCharSequence(key);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java345 CharSequence title = n.extras.getCharSequence(Notification.EXTRA_TITLE);
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java2329 Message message = new Message(bundle.getCharSequence(KEY_TEXT),
2330 bundle.getLong(KEY_TIMESTAMP), bundle.getCharSequence(KEY_SENDER));
2669 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL);
2670 mConfirmLabel = wearableBundle.getCharSequence(KEY_CONFIRM_LABEL);
2671 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL);
/frameworks/base/core/java/android/content/
H A DIntent.java3236 * {@link Bundle#getCharSequence(String) Bundle.getCharSequence()} to retrieve it.
3616 * {@link Bundle#getCharSequence(String) Bundle.getCharSequence()} to
6257 return mExtras == null ? null : mExtras.getCharSequence(name);
/frameworks/base/core/java/android/widget/
H A DTextView.java9213 CharSequence text = (arguments != null) ? arguments.getCharSequence(

Completed in 642 milliseconds

12