/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
OpenHelper.java | 56 final Intent intent = new Intent(Intent.ACTION_VIEW);
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
DataAction.java | 160 mIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(webAddress.toString())); 220 mIntent = new Intent(Intent.ACTION_VIEW);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppUtility.java | 196 Intent activityIntent = new Intent(Intent.ACTION_VIEW); 201 if (V) Log.d(TAG, "ACTION_VIEW intent sent out: " + path + " / " + mimetype); 204 if (V) Log.d(TAG, "no activity for handling ACTION_VIEW intent: " + mimetype, ex); 224 Intent mimetypeIntent = new Intent(Intent.ACTION_VIEW);
|
/packages/apps/Browser/tests/src/com/android/browser/ |
PopularUrlsTest.java | 82 Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse("about:blank")); 473 final Intent intent = new Intent(Intent.ACTION_VIEW, uri);
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
GalleryUtils.java | 283 Intent mapsIntent = new Intent(Intent.ACTION_VIEW, 290 Intent mapsIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
|
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_ContactsTest.java | 86 Intent intent = new Intent(Intent.ACTION_VIEW, ContactsContract.Contacts.CONTENT_URI);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
TabHost_TabSpecTest.java | 180 final Intent intent = new Intent(Intent.ACTION_VIEW, uri);
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
ClipboardSample.java | 121 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.android.com/"));
|
/development/samples/KeyChainDemo/src/com/example/android/keychain/ |
KeyChainDemoActivity.java | 139 Intent i = new Intent(Intent.ACTION_VIEW, Uri
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
LookupActivity.java | 226 } else if (Intent.ACTION_VIEW.equals(action)) {
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
sessionmessages.h | 70 ACTION_VIEW,
|
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
ObjectViewer.java | 79 Intent intent = new Intent(Intent.ACTION_VIEW, uri);
|
/packages/apps/Browser/src/com/android/browser/ |
ComboViewActivity.java | 110 Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
|
DownloadHandler.java | 68 Intent intent = new Intent(Intent.ACTION_VIEW);
|
/packages/apps/Browser/src/com/android/browser/search/ |
OpenSearchSearchEngine.java | 105 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(uri));
|
/packages/apps/Calendar/src/com/android/calendar/ |
CalendarController.java | 717 Intent intent = new Intent(Intent.ACTION_VIEW); 724 Intent intent = new Intent(Intent.ACTION_VIEW); 740 Intent intent = new Intent(Intent.ACTION_VIEW); 751 Intent intent = new Intent(Intent.ACTION_VIEW); [all...] |
GoogleCalendarUriIntentFilter.java | 224 intent = new Intent(Intent.ACTION_VIEW, calendarUri);
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ShowOrCreateActivity.java | 49 * <li>If one matching contact found, directly show {@link Intent#ACTION_VIEW} 174 final Intent viewIntent = new Intent(Intent.ACTION_VIEW, contactUri);
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactsIntentResolver.java | 138 } else if (Intent.ACTION_VIEW.equals(action)) {
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
NfcImportVCardActivity.java | 227 Intent intent = new Intent(Intent.ACTION_VIEW, contactUri);
|
/packages/apps/Email/src/com/android/email/ |
AttachmentInfo.java | 195 Intent intent = new Intent(Intent.ACTION_VIEW);
|
/packages/apps/Gallery2/src/com/android/photos/ |
AlbumFragment.java | 110 Intent intent = new Intent(Intent.ACTION_VIEW, uri);
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
UninstallerActivity.java | 103 Intent newIntent = new Intent(Intent.ACTION_VIEW);
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
VCardRecord.java | 91 Intent intent = new Intent(Intent.ACTION_VIEW, uri);
|
/packages/experimental/BugReportSender/src/com/android/bugreportsender/ |
BugReportListActivity.java | 140 Intent intent = new Intent(Intent.ACTION_VIEW);
|