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

1 2 3 4 5 6 7 8

  /packages/apps/Contacts/src/com/android/contacts/util/
StructuredPostalUtils.java 27 return new Intent(Intent.ACTION_VIEW, getPostalAddressUri(postalAddress));
  /packages/apps/Email/tests/src/com/android/email/activity/
IntentUtilitiesTests.java 70 i = new Intent(Intent.ACTION_VIEW, Uri.parse(
78 Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse(uri.replace("ID", "ACCOUNT_ID")));
81 i = new Intent(Intent.ACTION_VIEW, Uri.parse(uri.replace("ID", "MAILBOX_ID")));
84 i = new Intent(Intent.ACTION_VIEW, Uri.parse(uri.replace("ID", "MESSAGE_ID")));
96 i = new Intent(Intent.ACTION_VIEW, Uri.parse("content://s/"));
100 i = new Intent(Intent.ACTION_VIEW, Uri.parse("content://s/?ACCOUNT_UUID="));
104 i = new Intent(Intent.ACTION_VIEW, Uri.parse("content://s/?ACCOUNT_UUID=xyz"));
  /external/svox/pico/src/com/svox/pico/
DownloadVoiceData.java 33 Intent marketIntent = new Intent(Intent.ACTION_VIEW, marketUri);
  /packages/apps/Browser/src/com/android/browser/
BookmarkSearch.java 36 if (Intent.ACTION_VIEW.equals(action)) {
  /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/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
OutsideTaskActivity.java 33 Intent intent = new Intent(Intent.ACTION_VIEW)
ContentViewActivity.java 42 if (Intent.ACTION_VIEW.equals(intent.getAction())) {
44 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));
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowDream.java 12 Intent.ACTION_VIEW,
  /cts/tests/tests/security/src/android/security/cts/
SqliteJournalLeakTest.java 80 Intent webIntent = new Intent(Intent.ACTION_VIEW);
84 Intent geoIntent = new Intent(Intent.ACTION_VIEW);
  /cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java 49 * Test ACTION_VIEW when url is http://web_address,
54 Intent intent = new Intent(Intent.ACTION_VIEW, uri);
59 * Test ACTION_VIEW when url is https://web_address,
64 Intent intent = new Intent(Intent.ACTION_VIEW, uri);
174 Intent intent = new Intent(Intent.ACTION_VIEW);
184 Intent intent = new Intent(Intent.ACTION_VIEW);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTilePhoneStarredView.java 45 Intent intent = new Intent(Intent.ACTION_VIEW, getLookupUri());
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
Menu.java 52 Intent intent = new Intent(Intent.ACTION_VIEW);
64 Intent intent = new Intent(Intent.ACTION_VIEW);
  /packages/apps/Email/src/com/android/email/activity/
ActivityHelper.java 70 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
88 Intent intent = new Intent(Intent.ACTION_VIEW);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ContactsSelectInstrumentation.java 61 Intent.ACTION_VIEW, ContactsContract.Contacts.CONTENT_ITEM_TYPE), null, true);
  /frameworks/base/core/java/android/text/style/
URLSpan.java 60 Intent intent = new Intent(Intent.ACTION_VIEW, uri);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectVisibleCalendarsActivity.java 56 Intent intent = new Intent(Intent.ACTION_VIEW);
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetClickHandler.java 53 intent = new Intent(Intent.ACTION_VIEW, uri);
  /packages/apps/Mms/src/com/android/mms/transaction/
SimFullReceiver.java 47 viewSimIntent.setAction(Intent.ACTION_VIEW);
  /packages/apps/Phone/src/com/android/phone/
DataUsage.java 89 Intent myIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(mHelpUri));
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Help.java 58 return new Intent(Intent.ACTION_VIEW, helpUrl);
  /packages/apps/QuickSearchBox/tests/slow/src/com/android/quicksearchbox/tests/slow/
SlowSuggestionProvider.java 62 Intent.ACTION_VIEW,

Completed in 1146 milliseconds

1 2 3 4 5 6 7 8