/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | HybridGroupManager.java | 91 CharSequence contentText = notification.extras.getCharSequence(Notification.EXTRA_TEXT); in resolveText() 93 contentText = notification.extras.getCharSequence(Notification.EXTRA_BIG_TEXT); in resolveText() 99 CharSequence titleText = notification.extras.getCharSequence(Notification.EXTRA_TITLE); in resolveTitle() 101 titleText = notification.extras.getCharSequence(Notification.EXTRA_TITLE_BIG); in resolveTitle()
|
/frameworks/support/v14/preference/src/android/support/v14/preference/ |
D | PreferenceDialogFragment.java | 109 mDialogTitle = savedInstanceState.getCharSequence(SAVE_STATE_TITLE); in onCreate() 110 mPositiveButtonText = savedInstanceState.getCharSequence(SAVE_STATE_POSITIVE_TEXT); in onCreate() 111 mNegativeButtonText = savedInstanceState.getCharSequence(SAVE_STATE_NEGATIVE_TEXT); in onCreate() 112 mDialogMessage = savedInstanceState.getCharSequence(SAVE_STATE_MESSAGE); in onCreate()
|
D | EditTextPreferenceDialogFragment.java | 51 mText = savedInstanceState.getCharSequence(SAVE_STATE_TEXT); in onCreate()
|
/frameworks/support/v7/preference/src/android/support/v7/preference/ |
D | PreferenceDialogFragmentCompat.java | 108 mDialogTitle = savedInstanceState.getCharSequence(SAVE_STATE_TITLE); in onCreate() 109 mPositiveButtonText = savedInstanceState.getCharSequence(SAVE_STATE_POSITIVE_TEXT); in onCreate() 110 mNegativeButtonText = savedInstanceState.getCharSequence(SAVE_STATE_NEGATIVE_TEXT); in onCreate() 111 mDialogMessage = savedInstanceState.getCharSequence(SAVE_STATE_MESSAGE); in onCreate()
|
D | EditTextPreferenceDialogFragmentCompat.java | 50 mText = savedInstanceState.getCharSequence(SAVE_STATE_TEXT); in onCreate()
|
/frameworks/base/core/java/android/os/ |
D | Bundle.java | 771 public CharSequence getCharSequence(@Nullable String key) { in getCharSequence() method in Bundle 772 return super.getCharSequence(key); in getCharSequence() 787 public CharSequence getCharSequence(@Nullable String key, CharSequence defaultValue) { in getCharSequence() method in Bundle 788 return super.getCharSequence(key, defaultValue); in getCharSequence()
|
D | BaseBundle.java | 1027 CharSequence getCharSequence(@Nullable String key) { in getCharSequence() method in BaseBundle 1049 CharSequence getCharSequence(@Nullable String key, CharSequence defaultValue) { in getCharSequence() method in BaseBundle 1050 final CharSequence cs = getCharSequence(key); in getCharSequence()
|
/frameworks/base/core/java/android/view/textservice/ |
D | TextInfo.java | 120 public CharSequence getCharSequence() { in getCharSequence() method in TextInfo
|
/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/com/android/internal/app/ |
D | ResolverTargetActionsDialogFragment.java | 67 .setTitle(args.getCharSequence(TITLE_KEY)) in onCreateDialog()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 1341 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL); in WearableExtender() 1342 mConfirmLabel = wearableBundle.getCharSequence(KEY_CONFIRM_LABEL); in WearableExtender() 1343 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender() 3292 CharSequence title = processLegacyText(ex.getCharSequence(EXTRA_TITLE)); in applyStandardTemplate() 3293 CharSequence text = processLegacyText(ex.getCharSequence(EXTRA_TEXT)); in applyStandardTemplate() 3421 CharSequence headerText = mN.extras.getCharSequence(EXTRA_SUB_TEXT); in bindHeaderText() 3428 && mN.extras.getCharSequence(EXTRA_INFO_TEXT) != null) { in bindHeaderText() 3429 headerText = mN.extras.getCharSequence(EXTRA_INFO_TEXT); in bindHeaderText() 3515 CharSequence title = processLegacyText(ex.getCharSequence(EXTRA_TITLE)); in applyStandardTemplateWithActions() 3516 CharSequence text = processLegacyText(ex.getCharSequence(EXTRA_TEXT)); in applyStandardTemplateWithActions() [all …]
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/ |
D | FragmentArgumentsSupport.java | 95 CharSequence label = args.getCharSequence("label"); in onCreate()
|
D | FragmentHideShowSupport.java | 89 mTextView.setText(savedInstanceState.getCharSequence("text")); in onCreateView()
|
/frameworks/support/compat/jellybean/android/support/v4/app/ |
D | RemoteInputCompatJellybean.java | 40 data.getCharSequence(KEY_LABEL), in fromBundle()
|
D | NotificationCompatJellybean.java | 378 bundle.getCharSequence(KEY_TITLE), in getActionFromBundle()
|
/frameworks/support/media-compat/java/android/support/v4/media/ |
D | MediaMetadataCompat.java | 371 return mBundle.getCharSequence(key); in getText() 383 CharSequence text = mBundle.getCharSequence(key); in getString()
|
/frameworks/support/compat/kitkat/android/support/v4/view/accessibility/ |
D | AccessibilityNodeInfoCompatKitKat.java | 138 return extras.getCharSequence(ROLE_DESCRIPTION_KEY); in getRoleDescription()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationUsageStats.java | 467 !TextUtils.isEmpty(n.extras.getCharSequence(Notification.EXTRA_TITLE))) { in countApiUse() 471 !TextUtils.isEmpty(n.extras.getCharSequence(Notification.EXTRA_TEXT))) { in countApiUse() 475 !TextUtils.isEmpty(n.extras.getCharSequence(Notification.EXTRA_SUB_TEXT))) { in countApiUse() 479 !TextUtils.isEmpty(n.extras.getCharSequence(Notification.EXTRA_INFO_TEXT))) { in countApiUse()
|
/frameworks/support/compat/java/android/support/v4/app/ |
D | NotificationCompat.java | 2329 Message message = new Message(bundle.getCharSequence(KEY_TEXT), in getMessageFromBundle() 2330 bundle.getLong(KEY_TIMESTAMP), bundle.getCharSequence(KEY_SENDER)); in getMessageFromBundle() 2669 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL); in WearableExtender() 2670 mConfirmLabel = wearableBundle.getCharSequence(KEY_CONFIRM_LABEL); in WearableExtender() 2671 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarIconView.java | 345 CharSequence title = n.extras.getCharSequence(Notification.EXTRA_TITLE); in contentDescForNotification()
|
/frameworks/base/media/java/android/media/ |
D | MediaMetadata.java | 390 return mBundle.getCharSequence(key); in getText()
|
/frameworks/base/docs/html/training/wearables/notifications/ |
D | voice-input.jd | 172 return remoteInput.getCharSequence(EXTRA_VOICE_REPLY);
|
/frameworks/base/docs/html/training/auto/messaging/ |
D | index.jd | 651 return remoteInput.getCharSequence(MY_VOICE_REPLY_KEY);
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 6257 return mExtras == null ? null : mExtras.getCharSequence(name); in getCharSequenceExtra()
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | notifications.jd | 532 return remoteInput.getCharSequence(KEY_TEXT_REPLY);
|