HomeSort by relevance Sort by last modified time
    Searched refs:getCharSequence (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNotification.java 43 return realNotification.extras.getCharSequence(Notification.EXTRA_INFO_TEXT);
55 return realNotification.extras.getCharSequence(Notification.EXTRA_BIG_TEXT);
63 return realNotification.extras.getCharSequence(Notification.EXTRA_TITLE_BIG);
71 return realNotification.extras.getCharSequence(Notification.EXTRA_SUMMARY_TEXT);
  /packages/apps/ExactCalculator/src/com/android/calculator2/
AlertDialogFragment.java 112 messageView.setText(args.getCharSequence(KEY_MESSAGE));
115 builder.setNegativeButton(args.getCharSequence(KEY_BUTTON_NEGATIVE), null /* listener */);
117 final CharSequence positiveButtonLabel = args.getCharSequence(KEY_BUTTON_POSITIVE);
122 builder.setTitle(args.getCharSequence(KEY_TITLE));
  /packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertDialogTest.java 119 assertEquals(getActivity().getTitle(), b.getCharSequence(Notification.EXTRA_TITLE));
121 b.getCharSequence(Notification.EXTRA_TEXT));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
InputCustomNameFragment.java 46 mName = getArguments().getCharSequence(ARG_CURRENT_NAME);
57 getArguments().getCharSequence(ARG_DEFAULT_NAME)),
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationIntentReceiver.java 47 replyMessage = remoteInputResults.getCharSequence(NotificationUtil.EXTRA_REPLY);
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationIntentReceiver.java 47 replyMessage = remoteInputResults.getCharSequence(NotificationUtil.EXTRA_REPLY);
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationIntentReceiver.java 47 replyMessage = remoteInputResults.getCharSequence(NotificationUtil.EXTRA_REPLY);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowRestrictionsManagerTest.java 41 assertThat(restrictionsManager.getApplicationRestrictions().getCharSequence("test_key")).isEqualTo("test_value");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
HybridGroupManager.java 123 CharSequence contentText = notification.extras.getCharSequence(Notification.EXTRA_TEXT);
125 contentText = notification.extras.getCharSequence(Notification.EXTRA_BIG_TEXT);
131 CharSequence titleText = notification.extras.getCharSequence(Notification.EXTRA_TITLE);
133 titleText = notification.extras.getCharSequence(Notification.EXTRA_TITLE_BIG);
  /frameworks/support/preference/src/main/java/androidx/preference/
EditTextPreferenceDialogFragment.java 51 mText = savedInstanceState.getCharSequence(SAVE_STATE_TEXT);
EditTextPreferenceDialogFragmentCompat.java 51 mText = savedInstanceState.getCharSequence(SAVE_STATE_TEXT);
PreferenceDialogFragment.java 109 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);
PreferenceDialogFragmentCompat.java 109 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);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConfirmDialogFragment.java 85 final CharSequence message = (getArguments()).getCharSequence(MESSAGE_KEY);
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationInfo.java 65 title = notification.extras.getCharSequence(Notification.EXTRA_TITLE);
66 text = notification.extras.getCharSequence(Notification.EXTRA_TEXT);
  /developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessageReplyReceiver.java 71 return remoteInput.getCharSequence(
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
ContentFragment.java 67 title.setText("Title: " + args.getCharSequence(KEY_TITLE));
  /developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessageReplyReceiver.java 71 return remoteInput.getCharSequence(
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
ContentFragment.java 67 title.setText("Title: " + args.getCharSequence(KEY_TITLE));
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
MessageReplyReceiver.java 71 return remoteInput.getCharSequence(
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
ContentFragment.java 67 title.setText("Title: " + args.getCharSequence(KEY_TITLE));
  /frameworks/base/core/java/android/view/textservice/
TextInfo.java 120 public CharSequence getCharSequence() {
  /frameworks/base/core/java/com/android/internal/app/
ResolverTargetActionsDialogFragment.java 67 .setTitle(args.getCharSequence(TITLE_KEY))
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintErrorFragment.java 65 CharSequence message = getArguments().getCharSequence(EXTRA_MESSAGE);
  /packages/apps/Settings/src/com/android/settings/accessibility/
AccessibilitySettingsForSetupWizardActivity.java 52 setTitle(savedState.getCharSequence(SAVE_KEY_TITLE));

Completed in 386 milliseconds

1 2 3 4 5 6