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

1 2 3

  /development/samples/ApiDemos/src/com/example/android/apis/app/
Intents.java 37 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
43 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
49 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContractIntentsTest.java 52 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
  /frameworks/webview/chromium/java/com/android/webview/chromium/
FileChooserParamsAdapter.java 84 Intent i = 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);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 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);
271 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);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsActivity.java 24 import static com.android.documentsui.DocumentsActivity.State.ACTION_GET_CONTENT;
201 if (mState.action == ACTION_GET_CONTENT) {
232 } else if (Intent.ACTION_GET_CONTENT.equals(action)) {
233 mState.action = ACTION_GET_CONTENT;
240 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) {
349 if (mExternal && mState.action == ACTION_GET_CONTENT) {
412 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT
    [all...]
RootsFragment.java 19 import static com.android.documentsui.DocumentsActivity.State.ACTION_GET_CONTENT;
143 if (state.action == ACTION_GET_CONTENT) {
  /cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java 225 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
232 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Wallpaper.java 92 Intent request = new Intent(Intent.ACTION_GET_CONTENT)
GalleryActivity.java 81 if (Intent.ACTION_GET_CONTENT.equalsIgnoreCase(action)) {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
ThirdPartyWallpaperPickerListAdapter.java 75 Intent pickImageIntent = new Intent(Intent.ACTION_GET_CONTENT);
  /packages/apps/Settings/src/com/android/settings/users/
EditUserPhotoController.java 192 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
205 Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null);
  /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/ManagedProvisioning/src/com/android/managedprovisioning/
CrossProfileIntentFiltersHelper.java 144 getContent.addAction(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);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
SelectFileDialog.java 115 Intent getContentIntent = new Intent(Intent.ACTION_GET_CONTENT);
335 // to handle the ACTION_GET_CONTENT intent but then declare themselves
  /packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java 303 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)) {
  /packages/services/Telephony/src/com/android/phone/
EditPhoneNumberPreference.java 124 mContactListIntent = new Intent(Intent.ACTION_GET_CONTENT);
  /packages/apps/Mms/src/com/android/mms/ui/
SlideEditorActivity.java 291 Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null);
438 Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null);
469 intent = new Intent(Intent.ACTION_GET_CONTENT);
    [all...]

Completed in 617 milliseconds

1 2 3