HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_VIEW (Results 1 - 25 of 189) 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));
  /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);
177 Intent intent = new Intent(Intent.ACTION_VIEW);
187 Intent intent = new Intent(Intent.ACTION_VIEW);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/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);
  /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,
  /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);
  /cts/tests/tests/security/src/android/security/cts/
SqliteJournalLeakTest.java 80 Intent webIntent = new Intent(Intent.ACTION_VIEW);
  /developers/samples/android/ui/notifications/BasicNotifications/src/com/example/android/basicnotifications/
MainActivity.java 40 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/Gallery2/src/com/android/gallery3d/util/
HelpUtils.java 65 Intent intent = new Intent(Intent.ACTION_VIEW, fullUri);
  /packages/apps/Mms/src/com/android/mms/transaction/
SimFullReceiver.java 47 viewSimIntent.setAction(Intent.ACTION_VIEW);
  /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,

Completed in 243 milliseconds

1 2 3 4 5 6 7 8