HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_CREATE (Results 1 - 10 of 10) sorted by null

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsActivity.java 20 import static com.android.documentsui.State.ACTION_CREATE;
76 if (mState.action == ACTION_CREATE) {
91 mState.action == ACTION_CREATE ||
126 state.action = ACTION_CREATE;
141 || state.action == ACTION_CREATE) {
202 } else if (mState.action == ACTION_CREATE ||
220 boolean picking = mState.action == ACTION_CREATE
248 if (mState.action == ACTION_CREATE) {
266 if (mState.action == ACTION_CREATE ||
287 if (mState.action == ACTION_CREATE) {
    [all...]
State.java 50 ACTION_CREATE,
61 public static final int ACTION_CREATE = 4;
Metrics.java 284 private static final int ACTION_CREATE = 3;
294 ACTION_CREATE,
335 case State.ACTION_CREATE:
    [all...]
RecentsCreateFragment.java 20 import static com.android.documentsui.State.ACTION_CREATE;
112 && state.action != ACTION_CREATE
RootsCache.java 455 if (state.action == State.ACTION_CREATE && !root.supportsCreate()) {
456 if (DEBUG) Log.d(TAG, "Excluding read-only root because: ACTION_CREATE.");
BaseActivity.java 21 import static com.android.documentsui.State.ACTION_CREATE;
226 || state.action == ACTION_CREATE
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationShowcaseActivity.java 38 Intent intent = new Intent(NotificationService.ACTION_CREATE);
NotificationService.java 53 public static final String ACTION_CREATE = "create";
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
FragmentTuner.java 20 import static com.android.documentsui.State.ACTION_CREATE;
133 case ACTION_CREATE:
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 57 public static final String ACTION_CREATE = "create";

Completed in 114 milliseconds