Home
last modified time | relevance | path

Searched refs:EXTRA_TEXT (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DConfirmationActivity.java9 public static final String EXTRA_TEXT = "text"; field in ConfirmationActivity
16 ((TextView)findViewById(R.id.text)).setText(getTextExtra(EXTRA_TEXT, "text")); in onResume()
DNotificationBuilderTest.java499 intent.putExtra(ConfirmationActivity.EXTRA_TEXT, "id: " + id); in makeDeleteIntent()
507 intent.putExtra(ConfirmationActivity.EXTRA_TEXT, "id: " + id); in makeContentIntent()
/frameworks/base/core/tests/coretests/src/android/debug/
DAdbNotificationsTest.java58 assertEquals(message, notification.extras.getCharSequence(Notification.EXTRA_TEXT, "")); in testCreateNotification_UsbTransportType()
78 assertEquals(message, notification.extras.getCharSequence(Notification.EXTRA_TEXT, "")); in testCreateNotification_WifiTransportType()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleTest.java91 mExtras.putCharSequence(Notification.EXTRA_TEXT, msg); in testGetUpdateMessage_default()
99 mExtras.putCharSequence(Notification.EXTRA_TEXT, "A small hello there."); in testGetUpdateMessage_bigText()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
DTvNotificationAdapter.java63 holder.mDetails.setText(notification.extras.getString(Notification.EXTRA_TEXT)); in onBindViewHolder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbContaminantActivity.java98 intent.putExtra(Intent.EXTRA_TEXT, in onClick()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationShellCmdTest.java138 assertEquals(aText, captured.extras.getString(Notification.EXTRA_TEXT)); in testBasic()
164 assertEquals(aText, captured.extras.getString(Notification.EXTRA_TEXT)); in testBigText()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridGroupManager.java113 CharSequence contentText = notification.extras.getCharSequence(Notification.EXTRA_TEXT); in resolveText()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DLeakReporter.java140 intent.putExtra(Intent.EXTRA_TEXT, messageBody.toString()); in getIntent()
DDumpTruck.java151 shareIntent.putExtra(Intent.EXTRA_TEXT, body.toString()); in createShareIntent()
/frameworks/base/core/java/android/provider/
DBrowser.java224 send.putExtra(Intent.EXTRA_TEXT, stringToSend); in sendString()
/frameworks/base/services/core/java/com/android/server/am/
DPreBootBroadcaster.java159 intent.putExtra(Intent.EXTRA_TEXT, "help_url_upgrading");
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java864 : underlyingNotif.extras.getCharSequence(Notification.EXTRA_TEXT); in extractFlyoutMessage()
897 underlyingNotif.extras.getCharSequence(Notification.EXTRA_TEXT); in extractFlyoutMessage()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverListControllerTest.java169 sendIntent.putExtra(Intent.EXTRA_TEXT, "testing intent sending"); in createSendImageIntent()
DChooserActivityTest.java2405 chooserIntent.putExtra(Intent.EXTRA_TEXT, "testing intent sending"); in createChooserIntent()
2428 sendIntent.putExtra(Intent.EXTRA_TEXT, "testing intent sending"); in createSendTextIntent()
2449 sendIntent.putExtra(Intent.EXTRA_TEXT, "testing intent sending"); in createSendTextIntentWithPreview()
2476 viewIntent.putExtra(Intent.EXTRA_TEXT, "testing intent viewing"); in createViewTextIntent()
DResolverActivityTest.java863 sendIntent.putExtra(Intent.EXTRA_TEXT, "testing intent sending"); in createSendImageIntent()
/frameworks/base/packages/EasterEgg/src/com/android/egg/widget/
DPaintChipsWidget.kt274 putExtra(Intent.EXTRA_TEXT, text) in makeTextSharePendingIntent()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java486 if (names.contains(Notification.EXTRA_TEXT) && in countApiUse()
487 !TextUtils.isEmpty(n.extras.getCharSequence(Notification.EXTRA_TEXT))) { in countApiUse()
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
DActivityTestMain.java491 intent.putExtra(Intent.EXTRA_TEXT, "We are sharing this with you!"); in onCreateOptionsMenu()
/frameworks/base/core/java/android/app/
DNotification.java1087 public static final String EXTRA_TEXT = "android.text"; field in Notification
4146 mN.extras.putCharSequence(EXTRA_TEXT, safeCharSequence(text)); in setContentText()
6096 CharSequence contentText = mN.extras.getCharSequence(Notification.EXTRA_TEXT); in createSummaryText()
8026 extras.putCharSequence(EXTRA_TEXT, text); in fixTitleAndTextExtras()
9392 CharSequence text = mBuilder.processLegacyText(extras.getCharSequence(EXTRA_TEXT)); in makeCallLayout()
9521 if (extras.getCharSequence(EXTRA_TEXT) == null) { in fixTitleAndTextExtras()
9522 extras.putCharSequence(EXTRA_TEXT, getDefaultText()); in fixTitleAndTextExtras()
12264 this.text = b.processLegacyText(extras.getCharSequence(EXTRA_TEXT)); in fillTextsFrom()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java592 CharSequence text = n.extras.getCharSequence(Notification.EXTRA_TEXT); in contentDescForNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java518 helpIntent.putExtra(Intent.EXTRA_TEXT, contextString); in showUsbHighTemperatureAlarmInternal()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java703 String body = extras.getString(Intent.EXTRA_TEXT); in assertActionSendMultiple()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java1317 final String text = notif.getValue().extras.getCharSequence(Notification.EXTRA_TEXT)
1343 final String text = notif.getValue().extras.getCharSequence(Notification.EXTRA_TEXT)
/frameworks/base/core/java/android/content/
DIntent.java5275 public static final String EXTRA_TEXT = "android.intent.extra.TEXT"; field in Intent
11610 final CharSequence text = getCharSequenceExtra(EXTRA_TEXT); in migrateExtraStreamToClipData()
11626 final ArrayList<CharSequence> texts = getCharSequenceArrayListExtra(EXTRA_TEXT); in migrateExtraStreamToClipData()

12