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

1 2

  /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);
  /packages/apps/Contacts/src/com/android/contacts/socialwidget/
SocialWidgetConfigureActivity.java 40 final Intent pickerIntent = 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 186 new Intent(Intent.ACTION_PICK, Contacts.CONTENT_URI));
191 new Intent(Intent.ACTION_PICK, People.CONTENT_URI));
196 new Intent(Intent.ACTION_PICK, Phone.CONTENT_URI));
201 new Intent(Intent.ACTION_PICK, Phones.CONTENT_URI));
206 new Intent(Intent.ACTION_PICK, StructuredPostal.CONTENT_URI));
210 Intent intent = new Intent(Intent.ACTION_PICK);
217 new Intent(Intent.ACTION_PICK, Email.CONTENT_URI));
  /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);
284 Intent intent = new Intent(Intent.ACTION_PICK);
290 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...]
MusicUtils.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
SpecialCharSequenceMgr.java 175 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)) {
  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 85 Intent intent = new Intent(Intent.ACTION_PICK);
  /packages/apps/Music/tests/src/com/android/music/functional/
TestPlaylist.java 90 intent.setAction(Intent.ACTION_PICK);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsIntentResolver.java 79 } else if (Intent.ACTION_PICK.equals(action)) {
  /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/
Gallery.java 78 } else if (Intent.ACTION_PICK.equalsIgnoreCase(action)) {
  /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...]
  /frameworks/base/core/java/android/content/
Intent.java 320 * <action android:name="{@link #ACTION_PICK android.intent.action.PICK}" />
487 * <li> {@link #ACTION_PICK}
666 public static final String ACTION_PICK = "android.intent.action.PICK";
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java     [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java     [all...]

Completed in 1266 milliseconds

1 2