HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_GET_CONTENT (Results 1 - 25 of 71) 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);
  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
Config.java 20 import static com.android.documentsui.base.State.ACTION_GET_CONTENT;
70 case ACTION_GET_CONTENT:
PickActivity.java 20 import static com.android.documentsui.base.State.ACTION_GET_CONTENT;
153 if (mState.action == ACTION_GET_CONTENT) {
178 } else if (Intent.ACTION_GET_CONTENT.equals(action)) {
179 state.action = ACTION_GET_CONTENT;
186 if (state.action == ACTION_OPEN || state.action == ACTION_GET_CONTENT) {
191 if (state.action == ACTION_OPEN || state.action == ACTION_GET_CONTENT
220 mState.action == ACTION_GET_CONTENT ||
301 } else if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) {
312 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) {
MenuManager.java 20 import static com.android.documentsui.base.State.ACTION_GET_CONTENT;
99 open.setVisible(mState.action == ACTION_GET_CONTENT
ActionHandler.java 21 import static com.android.documentsui.base.State.ACTION_GET_CONTENT;
175 case ACTION_GET_CONTENT:
345 if (mState.action == ACTION_GET_CONTENT) {
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContractIntentsTest.java 52 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);
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
State.java 45 ACTION_GET_CONTENT,
56 public static final int ACTION_GET_CONTENT = 5;
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 200 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
206 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
212 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
218 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
224 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
230 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/DocumentsUI/src/com/android/documentsui/roots/
ProvidersAccess.java 113 if (state.action == State.ACTION_GET_CONTENT && root.isEmpty()) {
114 if (VERBOSE) Log.v(tag, "Excluding empty root because: ACTION_GET_CONTENT.");
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
PickImageInfo.java 24 Intent intent = new Intent(Intent.ACTION_GET_CONTENT).setType("image/*");
ThirdPartyWallpaperInfo.java 62 Intent pickImageIntent = new Intent(Intent.ACTION_GET_CONTENT).setType("image/*");
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
ActionHandlerTest.java 149 intent.setAction(Intent.ACTION_GET_CONTENT);
175 testInitLocationDefaultToRecentsOnAction(State.ACTION_GET_CONTENT);
310 mEnv.state.action = State.ACTION_GET_CONTENT;
336 mEnv.state.action = State.ACTION_GET_CONTENT;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Wallpaper.java 92 Intent request = new Intent(Intent.ACTION_GET_CONTENT)
  /cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java 308 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
315 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
  /packages/apps/DocumentsUI/src/com/android/documentsui/
Metrics.java 377 private static final int ACTION_GET_CONTENT = 4;
387 ACTION_GET_CONTENT,
430 case State.ACTION_GET_CONTENT:
457 case State.ACTION_GET_CONTENT:
    [all...]
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 446 if (Intent.ACTION_PICK.equals(action) || 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);
  /packages/apps/Settings/src/com/android/settings/users/
EditUserPhotoController.java 208 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
221 Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null);
  /developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
DeviceDetailFragment.java 111 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/list/
ContactsIntentResolver.java 121 } else if (Intent.ACTION_GET_CONTENT.equals(action)) {

Completed in 1477 milliseconds

1 2 3