HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_VIEW (Results 1 - 25 of 351) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Contacts/src/com/android/contacts/util/
StructuredPostalUtils.java 27 return new Intent(Intent.ACTION_VIEW, getPostalAddressUri(postalAddress));
35 return new Intent(Intent.ACTION_VIEW, getPostalAddressDirectionsUri(postalAddress));
  /packages/apps/Email/tests/src/com/android/email/activity/
IntentUtilitiesTests.java 72 i = new Intent(Intent.ACTION_VIEW, Uri.parse(
80 Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse(uri.replace("ID", "ACCOUNT_ID")));
83 i = new Intent(Intent.ACTION_VIEW, Uri.parse(uri.replace("ID", "MAILBOX_ID")));
86 i = new Intent(Intent.ACTION_VIEW, Uri.parse(uri.replace("ID", "MESSAGE_ID")));
98 i = new Intent(Intent.ACTION_VIEW, Uri.parse("content://s/"));
102 i = new Intent(Intent.ACTION_VIEW, Uri.parse("content://s/?ACCOUNT_UUID="));
106 i = new Intent(Intent.ACTION_VIEW, Uri.parse("content://s/?ACCOUNT_UUID=xyz"));
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStoreIntentsTest.java 59 Intent intent = new Intent(Intent.ACTION_VIEW);
65 Intent intent = new Intent(Intent.ACTION_VIEW);
81 Intent intent = new Intent(Intent.ACTION_VIEW);
99 Intent intent = new Intent(Intent.ACTION_VIEW);
117 Intent intent = new Intent(Intent.ACTION_VIEW);
  /packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/
CrashingSuggestionProvider.java 75 Intent.ACTION_VIEW,
88 Intent.ACTION_VIEW,
99 Intent.ACTION_VIEW,
HangingSuggestionProvider.java 67 Intent.ACTION_VIEW,
80 Intent.ACTION_VIEW,
91 Intent.ACTION_VIEW,
  /development/samples/AppNavigation/src/com/example/android/appnavigation/app/
OutsideTaskActivity.java 33 Intent intent = new Intent(Intent.ACTION_VIEW)
ContentViewActivity.java 35 if (Intent.ACTION_VIEW.equals(intent.getAction())) {
37 tv.setText("Viewing content from ACTION_VIEW");
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
UrlIntentListener.java 34 final Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
  /frameworks/support/samples/SupportAppNavigation/src/main/java/com/example/android/support/appnavigation/app/
OutsideTaskActivity.java 33 Intent intent = new Intent(Intent.ACTION_VIEW)
  /packages/apps/DocumentsUI/src/com/android/documentsui/inspector/actions/
ClearDefaultAppAction.java 58 Intent intent = new Intent(Intent.ACTION_VIEW, mDoc.derivedUri);
79 Intent intent = new Intent(Intent.ACTION_VIEW, mDoc.derivedUri);
  /packages/apps/Settings/src/com/android/settings/applications/
EnterpriseDefaultApps.java 29 buildIntent(Intent.ACTION_VIEW, Intent.CATEGORY_BROWSABLE, "http:", null)}),
40 MAP(new Intent[] {buildIntent(Intent.ACTION_VIEW, null, "geo:", null)}),
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
EphemeralResult.java 40 if (Intent.ACTION_VIEW.equals(intent.getAction())
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContractIntentsTest.java 40 Intent intent = new Intent(Intent.ACTION_VIEW);
  /packages/apps/TV/src/com/android/tv/util/
OnboardingUtils.java 34 new Intent(Intent.ACTION_VIEW, Uri.parse(MERCHANT_COLLECTION_URL_STRING));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
IntentFiltersTestHelper.java 112 new Intent(Intent.ACTION_VIEW).setData(
117 new Intent(Intent.ACTION_VIEW).setData(
120 new Intent(Intent.ACTION_VIEW).setData(
122 new Intent(Intent.ACTION_VIEW).setData(
124 new Intent(Intent.ACTION_VIEW).setData(
127 new Intent(Intent.ACTION_VIEW).setData(
170 new Intent(Intent.ACTION_VIEW).setData(Uri.parse("tel:123")).addCategory(
178 new Intent(Intent.ACTION_VIEW).setData(
181 new Intent(Intent.ACTION_VIEW).setData(
184 new Intent(Intent.ACTION_VIEW).setData
    [all...]
  /cts/hostsidetests/shortcuts/deviceside/upgrade/src/android/content/pm/cts/shortcut/upgrade/
ShortcutManagerPreUpgradeTest.java 45 .setIntents(new Intent[]{new Intent(Intent.ACTION_VIEW)})
54 .setIntents(new Intent[]{new Intent(Intent.ACTION_VIEW)})
  /frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
VersionDialog.java 60 activity.startActivity(new Intent(Intent.ACTION_VIEW,
64 activity.startActivity(new Intent(Intent.ACTION_VIEW,
  /cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp/src/com/android/cts/privilegedupdate/
PrivilegedUpdateTest.java 48 assertFilterPriority(testComponent, Intent.ACTION_VIEW, 0);
64 assertFilterPriority(testComponent, Intent.ACTION_VIEW, 0);
80 assertFilterPriority(testComponent, Intent.ACTION_VIEW, 0);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
CommonIntentsFacade.java 72 Intent intent = new Intent(Intent.ACTION_VIEW);
83 mAndroidFacade.startActivity(Intent.ACTION_VIEW, uri, type, extras, true, null, null);
  /developers/build/prebuilts/gradle/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
MainActivity.java 40 Intent intent = new Intent(Intent.ACTION_VIEW,
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
ListenerService.java 54 Intent intent = new Intent(Intent.ACTION_VIEW, uri);
  /developers/samples/android/notification/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
MainActivity.java 40 Intent intent = new Intent(Intent.ACTION_VIEW,
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
ListenerService.java 54 Intent intent = new Intent(Intent.ACTION_VIEW, uri);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ContactsSelectInstrumentation.java 61 Intent.ACTION_VIEW, ContactsContract.Contacts.CONTENT_ITEM_TYPE), null, true);
  /development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
PackageShortcutActivity.java 34 final Intent i = new Intent(Intent.ACTION_VIEW);

Completed in 1381 milliseconds

1 2 3 4 5 6 7 8 91011>>