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

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/app/
Intents.java 42 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
  /packages/apps/Gallery/src/com/android/camera/
Wallpaper.java 45 Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null);
PhotoAppWidgetConfigure.java 60 Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null);
ImageGallery.java 274 || Intent.ACTION_GET_CONTENT.equals(action));
    [all...]
ViewImage.java 373 || Intent.ACTION_GET_CONTENT.equals(action));
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
PhotoAppWidgetConfigure.java 54 Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null);
Wallpaper.java 147 Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null);
Photographs.java 152 Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null);
Gallery.java 311 return (Intent.ACTION_PICK.equals(action) || Intent.ACTION_GET_CONTENT.equals(action));
  /development/samples/ApiDemos/src/com/example/android/apis/content/
PickContact.java 59 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 181 if (Intent.ACTION_PICK.equals(action) || Intent.ACTION_GET_CONTENT.equals(action)) {
  /packages/apps/Contacts/src/com/android/contacts/
AttachImage.java 73 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
ContactsListActivity.java 667 } else if (Intent.ACTION_GET_CONTENT.equals(action)) {
    [all...]
  /packages/apps/Tag/src/com/android/apps/tag/record/
ImageRecord.java 72 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
  /packages/apps/Music/src/com/android/music/
MediaPickerActivity.java 103 if (Intent.ACTION_GET_CONTENT.equals(action)) {
MusicPicker.java 424 if (Intent.ACTION_GET_CONTENT.equals(getIntent().getAction())) {
  /packages/apps/Phone/src/com/android/phone/
EditFdnContactScreen.java 89 CONTACT_IMPORT_INTENT = new Intent(Intent.ACTION_GET_CONTENT);
EditPhoneNumberPreference.java 124 mContactListIntent = new Intent(Intent.ACTION_GET_CONTENT);
CallFeaturesSetting.java     [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
SlideEditorActivity.java 269 Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null);
406 Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null);
434 intent = new Intent(Intent.ACTION_GET_CONTENT);
MessageUtils.java 505 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
526 Intent innerIntent = new Intent(Intent.ACTION_GET_CONTENT);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
EditContactActivity.java     [all...]
  /frameworks/base/core/java/android/content/
Intent.java 140 * <li> <p><b>{@link #ACTION_GET_CONTENT} with MIME type
146 * <li> <p><b>{@link #ACTION_GET_CONTENT} with MIME type
327 * &lt;action android:name="{@link #ACTION_GET_CONTENT android.intent.action.GET_CONTENT}" /&gt;
479 * <li> {@link #ACTION_GET_CONTENT}
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java     [all...]

Completed in 386 milliseconds

1 2