HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_GET_CONTENT (Results 1 - 25 of 38) 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/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 235 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
241 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
247 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
253 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
259 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
265 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
PickContact.java 59 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
  /packages/apps/Browser/src/com/android/browser/
UploadHandler.java 216 Intent i = new Intent(Intent.ACTION_GET_CONTENT);
236 Intent i = new Intent(Intent.ACTION_GET_CONTENT);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Wallpaper.java 88 Intent request = new Intent(Intent.ACTION_GET_CONTENT)
Gallery.java 81 if (Intent.ACTION_GET_CONTENT.equalsIgnoreCase(action)) {
  /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/list/
ContactsIntentResolver.java 106 } else if (Intent.ACTION_GET_CONTENT.equals(action)) {
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetConfigure.java 204 .setAction(Intent.ACTION_GET_CONTENT)
  /packages/apps/Tag/src/com/android/apps/tag/record/
VCardRecord.java 147 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceDetailFragment.java 111 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
  /packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java 257 final Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null);
  /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/
EditPhoneNumberPreference.java 124 mContactListIntent = new Intent(Intent.ACTION_GET_CONTENT);
EditFdnContactScreen.java 90 CONTACT_IMPORT_INTENT = new Intent(Intent.ACTION_GET_CONTENT);
  /packages/apps/Mms/src/com/android/mms/ui/
SlideEditorActivity.java 290 Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null);
437 Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null);
468 intent = new Intent(Intent.ACTION_GET_CONTENT);
    [all...]
MessageUtils.java 487 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
551 Intent innerIntent = new Intent(Intent.ACTION_GET_CONTENT);
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 261 final Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
301 final Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
580 final Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
590 final Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
598 final Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 438 intent = new Intent(Intent.ACTION_GET_CONTENT);
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java     [all...]

Completed in 771 milliseconds

1 2