Searched refs:putCharSequence (Results 1 - 25 of 33) sorted by relevance

12

/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DEditTextPreferenceDialogFragment.java58 outState.putCharSequence(SAVE_STATE_TEXT, mText);
H A DPreferenceDialogFragment.java125 outState.putCharSequence(SAVE_STATE_TITLE, mDialogTitle);
126 outState.putCharSequence(SAVE_STATE_POSITIVE_TEXT, mPositiveButtonText);
127 outState.putCharSequence(SAVE_STATE_NEGATIVE_TEXT, mNegativeButtonText);
128 outState.putCharSequence(SAVE_STATE_MESSAGE, mDialogMessage);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DEditTextPreferenceDialogFragmentCompat.java57 outState.putCharSequence(SAVE_STATE_TEXT, mText);
H A DPreferenceDialogFragmentCompat.java124 outState.putCharSequence(SAVE_STATE_TITLE, mDialogTitle);
125 outState.putCharSequence(SAVE_STATE_POSITIVE_TEXT, mPositiveButtonText);
126 outState.putCharSequence(SAVE_STATE_NEGATIVE_TEXT, mNegativeButtonText);
127 outState.putCharSequence(SAVE_STATE_MESSAGE, mDialogMessage);
/frameworks/base/core/java/com/android/internal/app/
H A DResolverTargetActionsDialogFragment.java52 args.putCharSequence(TITLE_KEY, title);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintErrorFragment.java48 arguments.putCharSequence(EXTRA_MESSAGE, message);
/frameworks/support/compat/tests/java/android/support/v4/app/
H A DRemoteInputTest.java120 putResults.putCharSequence(input.getResultKey(), charSequence);
146 textResults.putCharSequence(input.getResultKey(), charSequence);
169 textResults.putCharSequence(input.getResultKey(), charSequence);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentArgumentsSupport.java66 b.putCharSequence("label", label);
H A DFragmentHideShowSupport.java100 outState.putCharSequence("text", mTextView.getText());
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentArgumentsSupport.java66 b.putCharSequence("label", label);
H A DFragmentHideShowSupport.java100 outState.putCharSequence("text", mTextView.getText());
/frameworks/base/core/java/com/android/internal/util/
H A DProgressReporter.java149 mExtras.putCharSequence(Intent.EXTRA_TITLE, title);
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
H A DGuidedStepTestFragment.java151 outState.putCharSequence(KEY_TEST_NAME, mTestName);
H A DGuidedStepTestSupportFragment.java154 outState.putCharSequence(KEY_TEST_NAME, mTestName);
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompatJellybean.java245 bundle.putCharSequence(KEY_TITLE, action.getTitle());
280 data.putCharSequence(KEY_LABEL, remoteInput.getLabel());
H A DRemoteInput.java365 resultsBundle.putCharSequence(
H A DNotificationCompat.java2290 extras.putCharSequence(EXTRA_SELF_DISPLAY_NAME, mUserDisplayName);
2293 extras.putCharSequence(EXTRA_CONVERSATION_TITLE, mConversationTitle);
2428 bundle.putCharSequence(KEY_TEXT, mText);
2432 bundle.putCharSequence(KEY_SENDER, mSender);
3039 wearableBundle.putCharSequence(KEY_IN_PROGRESS_LABEL, mInProgressLabel);
3042 wearableBundle.putCharSequence(KEY_CONFIRM_LABEL, mConfirmLabel);
3045 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel);
/frameworks/support/v17/preference-leanback/src/android/support/v17/preference/
H A DLeanbackListPreferenceDialogFragment.java129 outState.putCharSequence(SAVE_STATE_TITLE, mDialogTitle);
130 outState.putCharSequence(SAVE_STATE_MESSAGE, mDialogMessage);
/frameworks/base/core/java/android/app/
H A DNotification.java1626 wearableBundle.putCharSequence(KEY_IN_PROGRESS_LABEL, mInProgressLabel);
1629 wearableBundle.putCharSequence(KEY_CONFIRM_LABEL, mConfirmLabel);
1632 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel);
3074 mN.extras.putCharSequence(EXTRA_TITLE, safeCharSequence(title));
3082 mN.extras.putCharSequence(EXTRA_TEXT, safeCharSequence(text));
3105 mN.extras.putCharSequence(EXTRA_SUB_TEXT, safeCharSequence(text));
3176 mN.extras.putCharSequence(EXTRA_INFO_TEXT, safeCharSequence(info));
4587 publicExtras.putCharSequence(EXTRA_TITLE,
4617 mN.extras.putCharSequence(EXTRA_SUB_TEXT, newSummary);
4624 mN.extras.putCharSequence(EXTRA_SUB_TEX
[all...]
H A DRemoteInput.java376 resultsBundle.putCharSequence(remoteInput.getResultKey(), (CharSequence) result);
/frameworks/base/media/java/android/media/
H A DMediaMetadata.java700 mBundle.putCharSequence(key, value);
742 mBundle.putCharSequence(key, value);
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaMetadataCompat.java734 mBundle.putCharSequence(key, value);
771 mBundle.putCharSequence(key, value);
/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DValidateNotificationPeopleTest.java66 bundle.putCharSequence(Notification.EXTRA_PEOPLE, new SpannableString(expected[0]));
/frameworks/base/core/java/android/os/
H A DBundle.java488 public void putCharSequence(@Nullable String key, @Nullable CharSequence value) { method in class:Bundle
489 super.putCharSequence(key, value);
/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminReceiver.java883 extras.putCharSequence(EXTRA_DISABLE_WARNING, res);

Completed in 539 milliseconds

12