Home
last modified time | relevance | path

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

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DMenu.java52 Intent intent = new Intent(Intent.ACTION_VIEW); in processFile()
64 Intent intent = new Intent(Intent.ACTION_VIEW); in processDirectory()
DLoadTestsAutoTest.java233 Intent intent = new Intent(Intent.ACTION_VIEW); in runTestAndWaitUntilDone()
DTestShellActivity.java183 if (!Intent.ACTION_VIEW.equals(intent.getAction())) { in executeIntent()
275 Intent intent = new Intent(Intent.ACTION_VIEW); in moveToNextTest()
DLayoutTestsAutoTest.java335 Intent intent = new Intent(Intent.ACTION_VIEW); in runTestAndWaitUntilDone()
/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.java89 Intent intent = new Intent(Intent.ACTION_VIEW, mUri); in onClick()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DMediaFrameworkTest.java122 Intent intent = new Intent(Intent.ACTION_VIEW); in startPlayback()
/frameworks/base/core/java/android/content/
DIntent.java619 public static final String ACTION_VIEW = "android.intent.action.VIEW"; field in Intent
625 public static final String ACTION_DEFAULT = ACTION_VIEW;
3121 Intent intent = new Intent(ACTION_VIEW); in parseUri()
3133 if (i == -1) return new Intent(ACTION_VIEW, Uri.parse(uri)); in parseUri()
3139 Intent intent = new Intent(ACTION_VIEW); in parseUri()
3385 intent.mAction = ACTION_VIEW; in getIntentOld()
3389 intent = new Intent(ACTION_VIEW, Uri.parse(uri)); in getIntentOld()
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DObjectViewer.java79 Intent intent = new Intent(Intent.ACTION_VIEW, uri); in onScanCompleted()
/frameworks/base/docs/html/guide/publishing/
Dpublishing.jd217 create an intent with the {@link android.content.Intent#ACTION_VIEW} action and include a data URI
226 Intent intent = new Intent(Intent.ACTION_VIEW);
283 {@link android.content.Intent#ACTION_VIEW} action and include a data URI in this format:</p>
293 Intent intent = new Intent(Intent.ACTION_VIEW);
537 <th>Or this URI in an {@link android.content.Intent#ACTION_VIEW} intent</th>
/frameworks/base/docs/html/guide/topics/search/
Dadding-custom-suggestions.jd77 {@link android.content.Intent#ACTION_VIEW} (or any other intent action), and also include data
421 android.content.Intent#ACTION_VIEW}, which is appropriate when
553 } else if (Intent.ACTION_VIEW.equals(intent.getAction())) {
554 // Handle a suggestions click (because the suggestions all use ACTION_VIEW)
561 android.content.Intent#ACTION_VIEW} and the data carries a complete URI pointing to the suggested
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java204 mLaunchIntent = new Intent(Intent.ACTION_VIEW); in onPostExecute()
/frameworks/base/wifi/java/android/net/wifi/
DWifiWatchdogStateMachine.java485 Intent intent = new Intent(Intent.ACTION_VIEW, uri); in popUpBrowser()
/frameworks/base/core/java/android/webkit/
DLoadListener.java366 Intent i = new Intent(Intent.ACTION_VIEW); in handleHeaders()
DCallbackProxy.java227 Intent intent = new Intent(Intent.ACTION_VIEW, in uiOverrideUrlLoading()
/frameworks/base/docs/html/guide/webapps/
Dwebview.jd267 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
/frameworks/base/docs/html/guide/topics/intents/
Dintents-filters.jd202 with the number to call. Similarly, if the action is {@code ACTION_VIEW} and the
/frameworks/base/api/
Dcurrent.txt5491 field public static final java.lang.String ACTION_VIEW = "android.intent.action.VIEW";
D14.txt5491 field public static final java.lang.String ACTION_VIEW = "android.intent.action.VIEW";