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

1 2

  /cts/tests/tests/provider/src/android/provider/cts/
MediaStoreIntentsTest.java 41 Intent intent = new Intent(Intent.ACTION_PICK);
47 Intent intent = new Intent(Intent.ACTION_PICK);
53 Intent intent = new Intent(Intent.ACTION_PICK);
ContactsContractIntentsTest.java 46 Intent intent = new Intent(Intent.ACTION_PICK);
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessorSdk3_4.java 48 return new Intent(Intent.ACTION_PICK, People.CONTENT_URI);
ContactAccessorSdk5.java 51 return new Intent(Intent.ACTION_PICK, Contacts.CONTENT_URI);
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SimpleModel.java 109 intent.setAction(Intent.ACTION_PICK);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestApp.java 108 intent.setAction(Intent.ACTION_PICK);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 183 new Intent(Intent.ACTION_PICK, Contacts.CONTENT_URI));
188 new Intent(Intent.ACTION_PICK, People.CONTENT_URI));
193 new Intent(Intent.ACTION_PICK, Phone.CONTENT_URI));
198 new Intent(Intent.ACTION_PICK, Phones.CONTENT_URI));
203 new Intent(Intent.ACTION_PICK, StructuredPostal.CONTENT_URI));
207 Intent intent = new Intent(Intent.ACTION_PICK);
214 new Intent(Intent.ACTION_PICK, Email.CONTENT_URI));
  /development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
MainActivity.java 175 Intent externalActivityIntent = new Intent(Intent.ACTION_PICK);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/quickcontact/
QuickContactTestsActivity.java 70 final Intent intent = new Intent(Intent.ACTION_PICK, Contacts.CONTENT_URI);
  /packages/apps/Music/src/com/android/music/
QueryBrowserActivity.java 112 Intent i = new Intent(Intent.ACTION_PICK);
120 Intent i = new Intent(Intent.ACTION_PICK);
286 Intent intent = new Intent(Intent.ACTION_PICK);
292 Intent intent = new Intent(Intent.ACTION_PICK);
PlaylistBrowserActivity.java 394 Intent intent = new Intent(Intent.ACTION_PICK);
399 Intent intent = new Intent(Intent.ACTION_PICK);
AlbumBrowserActivity.java 407 Intent intent = new Intent(Intent.ACTION_PICK);
ArtistAlbumBrowserActivity.java 268 Intent intent = new Intent(Intent.ACTION_PICK);
    [all...]
  /packages/services/Telephony/src/com/android/phone/
SpecialCharSequenceMgr.java 179 Intent intent = new Intent(Intent.ACTION_PICK);
SimContacts.java 250 if (Intent.ACTION_PICK.equals(intent.getAction())) {
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 455 if (Intent.ACTION_PICK.equals(action) || Intent.ACTION_GET_CONTENT.equals(action)) {
  /external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/
SendActivity.java 154 Intent pickContactIntent = new Intent(Intent.ACTION_PICK, Uri.parse("content://contacts"));
  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 89 Intent intent = new Intent(Intent.ACTION_PICK);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsIntentResolver.java 77 } else if (Intent.ACTION_PICK.equals(action)) {
  /packages/apps/Music/tests/src/com/android/music/functional/
TestPlaylist.java 90 intent.setAction(Intent.ACTION_PICK);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/
StreamItemPopulatorActivity.java 137 new Intent(Intent.ACTION_PICK, ContactsContract.Contacts.CONTENT_URI);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActivity.java 83 } else if (Intent.ACTION_PICK.equalsIgnoreCase(action)) {
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 260 final Intent intent = new Intent(Intent.ACTION_PICK);
299 final Intent intent = new Intent(Intent.ACTION_PICK);
577 final Intent intent = new Intent(Intent.ACTION_PICK);
585 final Intent intent = new Intent(Intent.ACTION_PICK);
592 final Intent intent = new Intent(Intent.ACTION_PICK);
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageGallery.java 273 return (Intent.ACTION_PICK.equals(action)
    [all...]
ViewImage.java 372 return (Intent.ACTION_PICK.equals(action)
    [all...]

Completed in 256 milliseconds

1 2