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

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
FileOperations.java 124 Intent intent = createBaseIntent(OPERATION_COPY, activity, jobId, srcDocs, destination);
149 Intent intent = createBaseIntent(OPERATION_MOVE, activity, jobId, srcDocs, srcParent,
175 Intent intent = createBaseIntent(OPERATION_DELETE, activity, jobId, srcDocs, srcParent,
190 public static Intent createBaseIntent(
212 public static Intent createBaseIntent(
  /frameworks/base/core/java/com/android/internal/app/
UnlaunchableAppActivity.java 125 private static final Intent createBaseIntent() {
133 Intent intent = createBaseIntent();
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
FileOperationServiceTest.java 20 import static com.android.documentsui.services.FileOperations.createBaseIntent;
165 return createBaseIntent(OPERATION_COPY, getContext(), createJobId(), files, stack);

Completed in 3770 milliseconds