/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | HybridGroupManager.java | 107 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/ |
D | BiometricDialogView.java | 279 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/ |
D | ResolverTargetActionsDialogFragment.java | 59 .setTitle(args.getCharSequence(TITLE_KEY)) in onCreateDialog()
|
D | ChooserActivity.java | 2090 CharSequence shortcutId = extras.getCharSequence(Intent.EXTRA_SHORTCUT_ID);
|
/frameworks/base/core/java/android/os/ |
D | Bundle.java | 854 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()
|
D | BaseBundle.java | 1195 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/ |
D | PrintErrorFragment.java | 65 CharSequence message = getArguments().getCharSequence(EXTRA_MESSAGE); in onViewCreated()
|
/frameworks/base/core/java/android/view/textservice/ |
D | TextInfo.java | 120 public CharSequence getCharSequence() { in getCharSequence() method in TextInfo
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationInterruptionStateProvider.java | 293 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/ |
D | BiometricPrompt.java | 295 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/ |
D | WifiApConfigStoreTest.java | 752 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/ |
D | NotificationEntry.java | 460 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/ |
D | TrustManager.java | 240 final CharSequence message = msg.peekData().getCharSequence(DATA_MESSAGE);
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 1910 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/ |
D | NotificationUsageStats.java | 483 !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/ |
D | StatusBarIconView.java | 556 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/ |
D | MediaMetadata.java | 447 return mBundle.getCharSequence(key); in getText()
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustAgentWrapper.java | 262 CharSequence message = msg.getData().getCharSequence(DATA_MESSAGE);
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationDataTest.java | 599 overrides.getCharSequence(OVERRIDE_IMP_EXP, in getRanking()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/net/ |
D | NetworkPolicyManagerServiceTest.java | 1214 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/ |
D | BiometricService.java | 674 if (TextUtils.isEmpty(bundle.getCharSequence(BiometricPrompt.KEY_TITLE))) { in authenticate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleStackView.java | 574 CharSequence titleCharSeq = notification.extras.getCharSequence(Notification.EXTRA_TITLE); in updateContentDescription()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 7914 return mExtras == null ? null : mExtras.getCharSequence(name); in getCharSequenceExtra()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 11973 CharSequence text = (arguments != null) ? arguments.getCharSequence( in performAccessibilityActionInternal()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 1689 (ProcessRecord) msg.obj, msg.getData().getCharSequence(SERVICE_RECORD_KEY)); in handleMessage()
|