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

1 2 3 4 5 6 7

  /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/XmlAdapters/src/com/example/android/xmladapters/
UrlIntentListener.java 34 final Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
  /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/
ContactTileSecondaryTargetView.java 49 getContext().startActivity(new Intent(Intent.ACTION_VIEW, getLookupUri()));
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowDream.java 18 Intent.ACTION_VIEW,
  /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);
  /cts/tests/tests/security/src/android/security/cts/
BrowserTest.java 150 Intent implicit = new Intent(Intent.ACTION_VIEW);
158 Intent explicit = 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 51 startActivity(new Intent(Intent.ACTION_VIEW, intent.getData()));
  /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,
  /packages/apps/QuickSearchBox/tests/spammy/src/com/android/quicksearchbox/tests/spammy/
SpammySuggestionProvider.java 56 Intent.ACTION_VIEW,
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 411 final Intent intent = new Intent(Intent.ACTION_VIEW, uri);
416 startActivity(new Intent(Intent.ACTION_VIEW, Contacts.CONTENT_URI));
426 final Intent intent = new Intent(Intent.ACTION_VIEW, lookupWithoutIdUri);
434 final Intent intent = new Intent(Intent.ACTION_VIEW, lookupUri);
442 final Intent intent = new Intent(Intent.ACTION_VIEW, uri);
451 final Intent intent = new Intent(Intent.ACTION_VIEW, uri);
493 startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("tel:555-123-4567")));
497 final Intent intent = new Intent(Intent.ACTION_VIEW, null);
508 final Intent intent = new Intent(Intent.ACTION_VIEW);
  /packages/apps/Browser/tests/src/com/android/browser/
IntentHandlerTests.java 38 Intent intent = new Intent(Intent.ACTION_VIEW);
84 Intent intent = new Intent(Intent.ACTION_VIEW);
  /packages/apps/Contacts/src/com/android/contacts/activities/
GroupDetailActivity.java 108 Intent intent = new Intent(Intent.ACTION_VIEW, contactUri);
150 final Intent intent = new Intent(Intent.ACTION_VIEW, uri);

Completed in 602 milliseconds

1 2 3 4 5 6 7