Home
last modified time | relevance | path

Searched refs:ACTION_VIEW (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/docs/html/training/beam-files/
Dreceive-files.jd46 {@link android.content.Intent#ACTION_VIEW ACTION_VIEW}, the MIME type of the first file that
62 Matches the {@link android.content.Intent#ACTION_VIEW ACTION_VIEW} intent sent from the
98 {@link android.content.Intent#ACTION_VIEW ACTION_VIEW} intent. Other apps on the receiving
132 app may also receive an {@link android.content.Intent#ACTION_VIEW ACTION_VIEW} intent from a
161 * For ACTION_VIEW, the Activity is being asked to display data.
164 if (TextUtils.equals(action, Intent.ACTION_VIEW)) {
214 You can also receive an incoming {@link android.content.Intent#ACTION_VIEW ACTION_VIEW}
222 {@link android.content.Intent#ACTION_VIEW ACTION_VIEW} intent if the first incoming file
/frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
DVersionDialog.java60 activity.startActivity(new Intent(Intent.ACTION_VIEW, in onCreateDialog()
64 activity.startActivity(new Intent(Intent.ACTION_VIEW, in onCreateDialog()
/frameworks/base/core/java/android/text/style/
DURLSpan.java60 Intent intent = new Intent(Intent.ACTION_VIEW, uri); in onClick()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DMediaMimeTest.java117 Intent viewIntent = new Intent(Intent.ACTION_VIEW); in resolveMime()
/frameworks/base/core/tests/notificationtests/src/android/app/
DNotificationStressTest.java84 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.google.com")); in sendNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbAccessoryUriActivity.java87 Intent intent = new Intent(Intent.ACTION_VIEW, mUri); in onClick()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DMediaFrameworkTest.java124 Intent intent = new Intent(Intent.ACTION_VIEW); in startPlayback()
/frameworks/base/docs/html/guide/components/
Dintents-common.jd875 <p>To display the details for a known contact, use the {@link android.content.Intent#ACTION_VIEW}
890 <dd>{@link android.content.Intent#ACTION_VIEW}</dd>
903 Intent intent = new Intent(Intent.ACTION_VIEW, contactUri);
1620 <a href="{@docRoot}reference/com/google/android/gms/fitness/FitnessIntents.html#ACTION_VIEW">
1621 <code>ACTION_VIEW</code></a> action with the
1626 <dd><a href="{@docRoot}reference/com/google/android/gms/fitness/FitnessIntents.html#ACTION_VIEW">
1627 <code>ACTION_VIEW</code></a><dd>
1643 Intent intent = new Intent(FitnessIntents.ACTION_VIEW)
1685 <a href="{@docRoot}reference/com/google/android/gms/fitness/FitnessIntents.html#ACTION_VIEW">
1686 <code>ACTION_VIEW</code></a> action with the
[all …]
/frameworks/base/docs/html/training/basics/intents/
Dsending.jd81 Intent mapIntent = new Intent(Intent.ACTION_VIEW, location);
87 Intent webIntent = new Intent(Intent.ACTION_VIEW, webpage);
134 using the {@link android.content.Intent#ACTION_VIEW} intent, you should specify a MIME type of
196 Intent mapIntent = new Intent(Intent.ACTION_VIEW, location);
Dfilters.jd60 as {@link android.content.Intent#ACTION_SEND} or {@link android.content.Intent#ACTION_VIEW}.
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DIntents.java262 mIntent.setAction(Intent.ACTION_VIEW); in build()
/frameworks/base/core/java/android/content/
DIntent.java650 public static final String ACTION_VIEW = "android.intent.action.VIEW"; field in Intent
656 public static final String ACTION_DEFAULT = ACTION_VIEW;
4312 Intent intent = new Intent(ACTION_VIEW); in parseUri()
4326 return new Intent(ACTION_VIEW, Uri.parse(uri)); in parseUri()
4339 Intent intent = new Intent(ACTION_VIEW); in parseUri()
4671 intent.mAction = ACTION_VIEW;
4675 intent = new Intent(ACTION_VIEW, Uri.parse(uri));
7325 toUriFragment(uri, null, scheme == null ? Intent.ACTION_MAIN : Intent.ACTION_VIEW, in toUri()
7358 toUriFragment(uri, scheme, Intent.ACTION_VIEW, null, flags); in toUri()
7734 if (ACTION_VIEW.equals(mAction) || in prepareToLeaveProcess()
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DObjectViewer.java80 Intent intent = new Intent(Intent.ACTION_VIEW, uri); in onScanCompleted()
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/
Dlinking.jd155 Intent intent = new Intent(Intent.ACTION_VIEW);
/frameworks/base/docs/html/google/play/billing/v2/
Dbilling_subscriptions.jd397 href="{@docRoot}reference/android/content/Intent.html#ACTION_VIEW">ACTION_VIEW</a>
401 <pre style="pretty-print">Intent intent = new Intent(Intent.ACTION_VIEW);
/frameworks/base/docs/html/guide/topics/search/
Dadding-custom-suggestions.jd76 {@link android.content.Intent#ACTION_VIEW} (or any other intent action), and also include data
420 android.content.Intent#ACTION_VIEW}, which is appropriate when
552 } else if (Intent.ACTION_VIEW.equals(intent.getAction())) {
553 // Handle a suggestions click (because the suggestions all use ACTION_VIEW)
560 android.content.Intent#ACTION_VIEW} and the data carries a complete URI pointing to the suggested
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DSelectPrinterActivity.java371 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(searchUri)); in onCreateDialog()
/frameworks/base/docs/html/training/app-indexing/
Ddeep-linking.jd36 <dd>Specify the {@link android.content.Intent#ACTION_VIEW} intent action so
/frameworks/base/docs/html/guide/topics/providers/
Dcalendar-provider.jd929 {@link android.content.Intent#ACTION_VIEW VIEW} <br></td>
940 <td><p>{@link android.content.Intent#ACTION_VIEW VIEW} </p>
1134 <p>Calender Provider offers two different ways to use the {@link android.content.Intent#ACTION_VIEW
1147 Intent intent = new Intent(Intent.ACTION_VIEW)
1155 Intent intent = new Intent(Intent.ACTION_VIEW)
/frameworks/base/docs/html/distribute/tools/promote/
Dlinking.jd185 Intent intent = new Intent(Intent.ACTION_VIEW);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java299 Intent launchIntent = new Intent(Intent.ACTION_VIEW);
/frameworks/base/docs/html/training/camera/
Dphotobasics.jd201 // Save a file: path for use with ACTION_VIEW intents
/frameworks/base/docs/html/training/wearables/notifications/
Dcreating.jd110 Intent mapIntent = new Intent(Intent.ACTION_VIEW);
/frameworks/base/docs/html/guide/webapps/
Dwebview.jd270 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDocumentsActivity.java1010 final Intent view = new Intent(Intent.ACTION_VIEW); in onDocumentPicked()

12