Searched refs:ACTION_PICK (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSimpleModel.java109 intent.setAction(Intent.ACTION_PICK);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestApp.java108 intent.setAction(Intent.ACTION_PICK);
/frameworks/base/core/java/android/content/
H A DIntent.java340 * <action android:name="{@link #ACTION_PICK android.intent.action.PICK}" />
507 * <li> {@link #ACTION_PICK}
697 public static final String ACTION_PICK = "android.intent.action.PICK"; field in class:Intent
947 * return it. This is different than {@link #ACTION_PICK} in that here we

Completed in 395 milliseconds