/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/tests/DumpRenderTree/src/com/android/dumprendertree/ |
D | Menu.java | 52 Intent intent = new Intent(Intent.ACTION_VIEW); in processFile() 64 Intent intent = new Intent(Intent.ACTION_VIEW); in processDirectory()
|
D | LoadTestsAutoTest.java | 254 Intent intent = new Intent(Intent.ACTION_VIEW); in runTestAndWaitUntilDone()
|
D | TestShellActivity.java | 182 if (!Intent.ACTION_VIEW.equals(intent.getAction())) { in executeIntent() 274 Intent intent = new Intent(Intent.ACTION_VIEW); in moveToNextTest()
|
D | LayoutTestsAutoTest.java | 339 Intent intent = new Intent(Intent.ACTION_VIEW); in runTestAndWaitUntilDone()
|
/frameworks/opt/mailcommon/java/com/android/mailcommon/ |
D | WebViewContextMenu.java | 209 dialMenuItem.setIntent(new Intent(Intent.ACTION_VIEW, in onCreateContextMenu() 239 new Intent(Intent.ACTION_VIEW, Uri in onCreateContextMenu() 258 viewMapMenuItem.setIntent(new Intent(Intent.ACTION_VIEW, in onCreateContextMenu() 289 openLinkMenuItem.setIntent(new Intent(Intent.ACTION_VIEW, Uri.parse(extra))); in onCreateContextMenu()
|
/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/opt/photoviewer/src/com/android/ex/photo/ |
D | Intents.java | 141 mIntent.setAction(Intent.ACTION_VIEW); in build()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | UsbAccessoryUriActivity.java | 90 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/training/basics/intents/ |
D | sending.jd | 83 Intent mapIntent = new Intent(Intent.ACTION_VIEW, location); 89 Intent webIntent = new Intent(Intent.ACTION_VIEW, webpage); 136 using the {@link android.content.Intent#ACTION_VIEW} intent, you should specify a MIME type of 197 Intent mapIntent = new Intent(Intent.ACTION_VIEW, location);
|
D | filters.jd | 61 as {@link android.content.Intent#ACTION_SEND} or {@link android.content.Intent#ACTION_VIEW}.
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 623 public static final String ACTION_VIEW = "android.intent.action.VIEW"; field in Intent 629 public static final String ACTION_DEFAULT = ACTION_VIEW; 3812 Intent intent = new Intent(ACTION_VIEW); in parseUri() 3824 if (i == -1) return new Intent(ACTION_VIEW, Uri.parse(uri)); in parseUri() 3830 Intent intent = new Intent(ACTION_VIEW); in parseUri() 4089 intent.mAction = ACTION_VIEW; in getIntentOld() 4093 intent = new Intent(ACTION_VIEW, Uri.parse(uri)); in getIntentOld() 7009 if (ACTION_VIEW.equals(mAction) || in prepareToLeaveProcess()
|
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
D | ObjectViewer.java | 79 Intent intent = new Intent(Intent.ACTION_VIEW, uri); in onScanCompleted()
|
/frameworks/base/core/java/android/net/ |
D | CaptivePortalTracker.java | 404 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(mUrl)); in setNotificationVisible()
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | billing_subscriptions.jd | 376 href="{@docRoot}reference/android/content/Intent.html#ACTION_VIEW">ACTION_VIEW</a> 380 <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/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/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | GlobalScreenshot.java | 276 Intent launchIntent = new Intent(Intent.ACTION_VIEW);
|
/frameworks/base/docs/html/distribute/googleplay/promote/ |
D | linking.jd | 180 Intent intent = new Intent(Intent.ACTION_VIEW);
|
/frameworks/base/core/java/android/webkit/ |
D | CallbackProxy.java | 264 Intent intent = new Intent(Intent.ACTION_VIEW, in uiOverrideUrlLoading()
|
/frameworks/base/docs/html/guide/webapps/ |
D | webview.jd | 271 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | wifip2p.jd | 551 intent.setAction(android.content.Intent.ACTION_VIEW);
|