Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridGroupManager.java107 CharSequence contentText = notification.extras.getCharSequence(Notification.EXTRA_TEXT); in resolveText()
109 contentText = notification.extras.getCharSequence(Notification.EXTRA_BIG_TEXT); in resolveText()
115 CharSequence titleText = notification.extras.getCharSequence(Notification.EXTRA_TITLE); in resolveTitle()
117 titleText = notification.extras.getCharSequence(Notification.EXTRA_TITLE_BIG); in resolveTitle()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricDialogView.java279 CharSequence titleText = mBundle.getCharSequence(BiometricPrompt.KEY_TITLE); in onAttachedToWindow()
284 final CharSequence subtitleText = mBundle.getCharSequence(BiometricPrompt.KEY_SUBTITLE); in onAttachedToWindow()
293 mBundle.getCharSequence(BiometricPrompt.KEY_DESCRIPTION); in onAttachedToWindow()
301 mNegativeButton.setText(mBundle.getCharSequence(BiometricPrompt.KEY_NEGATIVE_TEXT)); in onAttachedToWindow()
481 mErrorText.setText(bundle.getCharSequence(KEY_ERROR_TEXT_STRING)); in restoreState()
482 mErrorText.setContentDescription(bundle.getCharSequence(KEY_ERROR_TEXT_STRING)); in restoreState()
/frameworks/base/core/java/com/android/internal/app/
DResolverTargetActionsDialogFragment.java59 .setTitle(args.getCharSequence(TITLE_KEY)) in onCreateDialog()
DChooserActivity.java2090 CharSequence shortcutId = extras.getCharSequence(Intent.EXTRA_SHORTCUT_ID);
/frameworks/base/core/java/android/os/
DBundle.java854 public CharSequence getCharSequence(@Nullable String key) { in getCharSequence() method in Bundle
855 return super.getCharSequence(key); in getCharSequence()
870 public CharSequence getCharSequence(@Nullable String key, CharSequence defaultValue) { in getCharSequence() method in Bundle
871 return super.getCharSequence(key, defaultValue); in getCharSequence()
DBaseBundle.java1195 CharSequence getCharSequence(@Nullable String key) { in getCharSequence() method in BaseBundle
1217 CharSequence getCharSequence(@Nullable String key, CharSequence defaultValue) { in getCharSequence() method in BaseBundle
1218 final CharSequence cs = getCharSequence(key); in getCharSequence()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintErrorFragment.java65 CharSequence message = getArguments().getCharSequence(EXTRA_MESSAGE); in onViewCreated()
/frameworks/base/core/java/android/view/textservice/
DTextInfo.java120 public CharSequence getCharSequence() { in getCharSequence() method in TextInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInterruptionStateProvider.java293 CharSequence title = extras.getCharSequence(Notification.EXTRA_TITLE); in shouldPulse()
294 CharSequence text = extras.getCharSequence(Notification.EXTRA_TEXT); in shouldPulse()
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricPrompt.java295 final CharSequence title = mBundle.getCharSequence(KEY_TITLE); in build()
296 final CharSequence negative = mBundle.getCharSequence(KEY_NEGATIVE_TEXT); in build()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiApConfigStoreTest.java752 notification.extras.getCharSequence(Notification.EXTRA_TITLE)); in testNotifyUserOfApBandConversion()
754 notification.extras.getCharSequence(Notification.EXTRA_BIG_TEXT)); in testNotifyUserOfApBandConversion()
756 notification.extras.getCharSequence(Notification.EXTRA_SUMMARY_TEXT)); in testNotifyUserOfApBandConversion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java460 underlyingNotif.extras.getCharSequence(Notification.EXTRA_BIG_TEXT); in getUpdateMessage()
463 : underlyingNotif.extras.getCharSequence(Notification.EXTRA_TEXT); in getUpdateMessage()
502 return underlyingNotif.extras.getCharSequence(Notification.EXTRA_TEXT); in getUpdateMessage()
/frameworks/base/core/java/android/app/trust/
DTrustManager.java240 final CharSequence message = msg.peekData().getCharSequence(DATA_MESSAGE);
/frameworks/base/core/java/android/app/
DNotification.java1910 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL); in WearableExtender()
1911 mConfirmLabel = wearableBundle.getCharSequence(KEY_CONFIRM_LABEL); in WearableExtender()
1912 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()
5070 && mN.extras.getCharSequence(EXTRA_INFO_TEXT) != null) { in bindHeaderText()
5071 summaryText = mN.extras.getCharSequence(EXTRA_INFO_TEXT); in bindHeaderText()
5518 CharSequence titleText = mN.extras.getCharSequence(Notification.EXTRA_TITLE); in createSummaryText()
5524 titleText = mN.extras.getCharSequence(Notification.EXTRA_TITLE_BIG); in createSummaryText()
5530 CharSequence contentText = mN.extras.getCharSequence(Notification.EXTRA_TEXT); in createSummaryText()
6444 mSummaryText = extras.getCharSequence(EXTRA_SUMMARY_TEXT);
6448 mBigContentTitle = extras.getCharSequence(EXTRA_TITLE_BIG);
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java483 !TextUtils.isEmpty(n.extras.getCharSequence(Notification.EXTRA_TITLE))) { in countApiUse()
487 !TextUtils.isEmpty(n.extras.getCharSequence(Notification.EXTRA_TEXT))) { in countApiUse()
491 !TextUtils.isEmpty(n.extras.getCharSequence(Notification.EXTRA_SUB_TEXT))) { in countApiUse()
495 !TextUtils.isEmpty(n.extras.getCharSequence(Notification.EXTRA_INFO_TEXT))) { in countApiUse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java556 CharSequence title = n.extras.getCharSequence(Notification.EXTRA_TITLE); in contentDescForNotification()
557 CharSequence text = n.extras.getCharSequence(Notification.EXTRA_TEXT); in contentDescForNotification()
/frameworks/base/media/java/android/media/
DMediaMetadata.java447 return mBundle.getCharSequence(key); in getText()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java262 CharSequence message = msg.getData().getCharSequence(DATA_MESSAGE);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationDataTest.java599 overrides.getCharSequence(OVERRIDE_IMP_EXP, in getRanking()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java1214 final String text = notif.getValue().extras.getCharSequence(Notification.EXTRA_TEXT)
1240 final String text = notif.getValue().extras.getCharSequence(Notification.EXTRA_TEXT)
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java674 if (TextUtils.isEmpty(bundle.getCharSequence(BiometricPrompt.KEY_TITLE))) { in authenticate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java574 CharSequence titleCharSeq = notification.extras.getCharSequence(Notification.EXTRA_TITLE); in updateContentDescription()
/frameworks/base/core/java/android/content/
DIntent.java7914 return mExtras == null ? null : mExtras.getCharSequence(name); in getCharSequenceExtra()
/frameworks/base/core/java/android/widget/
DTextView.java11973 CharSequence text = (arguments != null) ? arguments.getCharSequence( in performAccessibilityActionInternal()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1689 (ProcessRecord) msg.obj, msg.getData().getCharSequence(SERVICE_RECORD_KEY)); in handleMessage()

12