HomeSort by relevance Sort by last modified time
    Searched defs:ACTION_OPEN (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/media/cdm/ppapi/
cdm_file_io_test.h 53 ACTION_OPEN, // |test_name_| will be used used as the file name to open.
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 52 public static final String ACTION_OPEN = "android.intent.action.DOWNLOAD_OPEN";
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 60 public static final String ACTION_OPEN = "android.btopp.intent.action.OPEN";
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 126 public final static String ACTION_OPEN = "hprof.open"; //$NON-NLS-1$
174 if (ACTION_OPEN.equals(value)) {
239 if (ACTION_OPEN.equals(value)) {
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsActivity.java 26 import static com.android.documentsui.DocumentsActivity.State.ACTION_OPEN;
206 } else if (mState.action == ACTION_OPEN || mState.action == ACTION_CREATE
229 mState.action = ACTION_OPEN;
240 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) {
411 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT
    [all...]
  /external/zxing/core/
core.jar 

Completed in 146 milliseconds