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

  /packages/apps/DocumentsUI/src/com/android/documentsui/
Metrics.java 359 // a virtual file; and OPMODE_CONVENTIONAL means it's byte copied.
362 public static final int OPMODE_CONVENTIONAL = 3;
363 @IntDef({OPMODE_PROVIDER, OPMODE_CONVERTED, OPMODE_CONVENTIONAL})
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
CopyJob.java 590 appContext, operationType, Metrics.OPMODE_CONVENTIONAL);
    [all...]

Completed in 532 milliseconds