/frameworks/base/docs/html/training/beam-files/ |
D | receive-files.jd | 46 {@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/ |
D | VersionDialog.java | 60 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/ |
D | URLSpan.java | 60 Intent intent = new Intent(Intent.ACTION_VIEW, uri); in onClick()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
D | MediaMimeTest.java | 117 Intent viewIntent = new Intent(Intent.ACTION_VIEW); in resolveMime()
|
/frameworks/base/core/tests/notificationtests/src/android/app/ |
D | NotificationStressTest.java | 84 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.google.com")); in sendNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | UsbAccessoryUriActivity.java | 87 Intent intent = new Intent(Intent.ACTION_VIEW, mUri); in onClick()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
D | MediaFrameworkTest.java | 124 Intent intent = new Intent(Intent.ACTION_VIEW); in startPlayback()
|
/frameworks/base/docs/html/guide/components/ |
D | intents-common.jd | 875 <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/ |
D | sending.jd | 81 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);
|
D | filters.jd | 60 as {@link android.content.Intent#ACTION_SEND} or {@link android.content.Intent#ACTION_VIEW}.
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | Intents.java | 262 mIntent.setAction(Intent.ACTION_VIEW); in build()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 650 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/ |
D | ObjectViewer.java | 80 Intent intent = new Intent(Intent.ACTION_VIEW, uri); in onScanCompleted()
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/ |
D | linking.jd | 155 Intent intent = new Intent(Intent.ACTION_VIEW);
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | billing_subscriptions.jd | 397 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/ |
D | adding-custom-suggestions.jd | 76 {@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/ |
D | SelectPrinterActivity.java | 371 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(searchUri)); in onCreateDialog()
|
/frameworks/base/docs/html/training/app-indexing/ |
D | deep-linking.jd | 36 <dd>Specify the {@link android.content.Intent#ACTION_VIEW} intent action so
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | calendar-provider.jd | 929 {@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/ |
D | linking.jd | 185 Intent intent = new Intent(Intent.ACTION_VIEW);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | GlobalScreenshot.java | 299 Intent launchIntent = new Intent(Intent.ACTION_VIEW);
|
/frameworks/base/docs/html/training/camera/ |
D | photobasics.jd | 201 // Save a file: path for use with ACTION_VIEW intents
|
/frameworks/base/docs/html/training/wearables/notifications/ |
D | creating.jd | 110 Intent mapIntent = new Intent(Intent.ACTION_VIEW);
|
/frameworks/base/docs/html/guide/webapps/ |
D | webview.jd | 270 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | DocumentsActivity.java | 1010 final Intent view = new Intent(Intent.ACTION_VIEW); in onDocumentPicked()
|