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

1 2 3 4 5 6 7 8 9

  /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/Camera2/src_pd/com/android/camera/util/
IntentHelper.java 34 return new Intent(Intent.ACTION_VIEW)
  /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);
78 Intent intent = new Intent(Intent.ACTION_VIEW);
96 Intent intent = new Intent(Intent.ACTION_VIEW);
114 Intent intent = new Intent(Intent.ACTION_VIEW);
ContactsContractIntentsTest.java 40 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/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/ContactsCommon/src/com/android/contacts/common/list/
ContactTilePhoneStarredView.java 45 Intent intent = new Intent(Intent.ACTION_VIEW, getLookupUri());
  /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/UnifiedEmail/src/com/android/mail/ui/
AbstractConversationWebViewClient.java 81 intent = new Intent(Intent.ACTION_VIEW, uri);
100 final Intent intent = new Intent(Intent.ACTION_VIEW, mAccount.viewIntentProxyUri);
  /cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java 51 * Test ACTION_VIEW when url is http://web_address,
56 Intent intent = new Intent(Intent.ACTION_VIEW, uri);
61 * Test ACTION_VIEW when url is https://web_address,
66 Intent intent = new Intent(Intent.ACTION_VIEW, uri);
179 Intent intent = new Intent(Intent.ACTION_VIEW);
189 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/BasicNotificationsSample/src/main/java/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);
  /development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
MainActivity.java 40 Intent intent = new Intent(Intent.ACTION_VIEW,
  /frameworks/base/core/java/android/text/style/
URLSpan.java 60 Intent intent = new Intent(Intent.ACTION_VIEW, uri);
  /packages/apps/Email/src/com/android/email/activity/
ActivityHelper.java 65 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
  /packages/apps/Mms/src/com/android/mms/transaction/
SimFullReceiver.java 47 viewSimIntent.setAction(Intent.ACTION_VIEW);

Completed in 1079 milliseconds

1 2 3 4 5 6 7 8 9