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

  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
State.java 43 ACTION_OPEN,
54 public static final int ACTION_OPEN = 3;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 49 public static final String ACTION_OPEN = "android.intent.action.DOWNLOAD_OPEN";
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 60 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...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/
Metrics.java 373 private static final int ACTION_OPEN = 2;
383 ACTION_OPEN,
422 case State.ACTION_OPEN:
458 case State.ACTION_OPEN:
    [all...]

Completed in 167 milliseconds