Home
last modified time | relevance | path

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

123

/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/tests/coretests/src/com/android/internal/app/
DIntentForwarderActivityTest.java261 Intent.ACTION_VIEW, Intent.CATEGORY_BROWSABLE); in forwardToManagedProfile_canForward_selectorIntent()
267 assertEquals(Intent.ACTION_VIEW, intentCaptor.getValue().getAction()); in forwardToManagedProfile_canForward_selectorIntent()
277 assertEquals(Intent.ACTION_VIEW, innerIntent.getAction()); in forwardToManagedProfile_canForward_selectorIntent()
376 .setAction(Intent.ACTION_VIEW) in shouldSkipDisclosure_callIntent_actionViewTel()
442 .setAction(Intent.ACTION_VIEW) in shouldSkipDisclosure_textMessageIntent_actionViewSms()
456 .setAction(Intent.ACTION_VIEW) in shouldSkipDisclosure_textMessageIntent_actionViewSmsto()
470 .setAction(Intent.ACTION_VIEW) in shouldSkipDisclosure_textMessageIntent_actionViewMms()
484 .setAction(Intent.ACTION_VIEW) in shouldSkipDisclosure_textMessageIntent_actionViewMmsto()
511 .setAction(Intent.ACTION_VIEW) in shouldSkipDisclosure_viewBrowsableIntent_invalidUri()
525 .setAction(Intent.ACTION_VIEW) in shouldSkipDisclosure_viewBrowsableIntent_normalUrl()
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/intent/
DLabeledIntentTest.java46 new Intent(Intent.ACTION_VIEW).setDataAndNormalize(Uri.parse("http://www.android.com"));
57 .setIntentComponent(Intent.ACTION_VIEW, component) in setup()
DTemplateClassificationIntentFactoryTest.java54 private static final String ACTION = Intent.ACTION_VIEW;
DTemplateIntentFactoryTest.java45 private static final String ACTION = Intent.ACTION_VIEW;
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DReceiverActivity.java49 final Intent intent = new Intent(Intent.ACTION_VIEW); in onCreate()
/frameworks/base/core/java/android/text/style/
DURLSpan.java104 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/java/android/view/textclassifier/intent/
DLegacyClassificationIntentFactory.java176 new Intent(Intent.ACTION_VIEW) in createForAddress()
196 new Intent(Intent.ACTION_VIEW) in createForUrl()
244 new Intent(Intent.ACTION_VIEW).setData(builder.build()), in createCalendarViewIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbAccessoryUriActivity.java87 Intent intent = new Intent(Intent.ACTION_VIEW, mUri); in onClick()
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DActionsSuggestionsHelperTest.java297 Intent.ACTION_VIEW, in createLabeledIntentResult()
313 assertThat(labeledIntentResult.resolvedIntent.getAction()).isEqualTo(Intent.ACTION_VIEW); in createLabeledIntentResult()
DTextClassifierTest.java170 assertThat(classification, containsIntentWithAction(Intent.ACTION_VIEW)); in testClassifyText_url()
202 assertThat(classification, containsIntentWithAction(Intent.ACTION_VIEW)); in testClassifyText_url_inCaps()
495 Truth.assertThat(actionIntent.getAction()).isEqualTo(Intent.ACTION_VIEW); in testSuggestConversationActions_openUrl()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java1416 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcut()
1423 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTitle()
1429 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithShortLabel()
1438 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTimestamp()
1450 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTimestampWithActivity()
1461 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithIcon()
1470 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makePackageShortcut()
1494 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithActivity()
1507 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithActivityAndTitle()
1514 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), rank); in makeShortcutWithActivityAndRank()
[all …]
/frameworks/base/apct-tests/perftests/core/src/android/os/
DStrictModeTest.java60 Intent intent = new Intent(Intent.ACTION_VIEW); in causeVmViolations()
/frameworks/base/core/tests/notificationtests/src/android/app/
DNotificationStressTest.java113 Intent intent = new Intent(Intent.ACTION_VIEW); in sendNotification()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DMediaFrameworkTest.java124 Intent intent = new Intent(Intent.ACTION_VIEW); in startPlayback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java284 new Intent(Intent.ACTION_VIEW).setData(Uri.parse(helpUrl)), in postInstantAppNotif()
318 .setAction(Intent.ACTION_VIEW) in postInstantAppNotif()
/frameworks/base/core/java/android/app/assist/
DAssistContent.java49 if (intent != null && Intent.ACTION_VIEW.equals(intent.getAction())) { in setDefaultIntent()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DIntents.java283 mIntent.setAction(Intent.ACTION_VIEW); in build()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityThreadTest.java20 import static android.content.Intent.ACTION_VIEW;
126 initIntent.setAction(ACTION_VIEW); in testCustomIntentPreservedOnRelaunch()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DInstallCarrierAppUtils.java113 Intent storeIntent = new Intent(Intent.ACTION_VIEW); in getPlayStoreIntent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationUiAdjustmentTest.java85 PendingIntent.getActivity(mContext, 0, new Intent(Intent.ACTION_VIEW), 0); in needReinflate_differentPendingIntent()
/frameworks/base/packages/SettingsLib/HelpUtils/src/com/android/settingslib/
DHelpUtils.java171 Intent intent = new Intent(Intent.ACTION_VIEW, fullUri); in getHelpIntent()
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DObjectViewer.java80 Intent intent = new Intent(Intent.ACTION_VIEW, uri); in onScanCompleted()
/frameworks/base/core/java/android/widget/
DChronometer.java162 new Intent(Intent.ACTION_VIEW, Uri.parse("https://youtu.be/9jK-NcRmVcw")) in isTheFinalCountDown()

123