Home
last modified time | relevance | path

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

/development/samples/AppNavigation/src/com/example/android/appnavigation/app/
DContentViewActivity.java27 public static final String EXTRA_TEXT = "com.example.android.appnavigation.EXTRA_TEXT"; field in ContentViewActivity
38 } else if (intent.hasExtra(EXTRA_TEXT)) { in onCreate()
40 tv.setText(intent.getStringExtra(EXTRA_TEXT)); in onCreate()
DInterstitialMessageActivity.java38 .putExtra(ContentViewActivity.EXTRA_TEXT, "From Interstitial Notification")) in onViewContent()
DNotificationsActivity.java47 .putExtra(ContentViewActivity.EXTRA_TEXT, "From Notification")) in onPostDirect()
/development/samples/browseable/ShareActionProvider/src/com.example.android.shareactionprovider/content/
DContentItem.java94 intent.putExtra(Intent.EXTRA_TEXT, context.getString(contentResourceId)); in getShareIntent()
/development/samples/browseable/DirectShare/src/com.example.android.directshare/
DMainActivity.java60 sharingIntent.putExtra(android.content.Intent.EXTRA_TEXT, mEditBody.getText().toString()); in share()
DSendMessageActivity.java105 mBody = intent.getStringExtra(Intent.EXTRA_TEXT); in resolveIntent()
/development/samples/ReceiveShareDemo/src/com/example/android/receiveshare/
DReceiveShare.java51 CharSequence text = intent.getCharSequenceExtra(Intent.EXTRA_TEXT); in buildShareInfo()
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DMainActivity.java243 showDialog(intent.getStringExtra(Intent.EXTRA_TEXT)); in onNewIntent()
308 .putExtra(Intent.EXTRA_TEXT, dialogText) in getDialogPendingIntent()
/development/apps/WidgetPreview/src/com/android/widgetpreview/
DWidgetPreviewActivity.java311 emailIntent.putExtra(Intent.EXTRA_TEXT, in onClick()
/development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
DBasicManagedProfileFragment.java358 intent.putExtra(Intent.EXTRA_TEXT, in sendIntent()