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

  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
FileOperation.java 50 private final @OpType int mOpType;
63 mOpType = opType;
74 return mOpType;
100 builder.append("opType=").append(mOpType);
107 out.writeInt(mOpType);
114 mOpType = in.readInt();
306 private @OpType int mOpType;
312 mOpType = opType;
332 switch (mOpType) {
341 return new MoveDeleteOperation(mOpType, mSrcs, mDestination, mSrcParent)
    [all...]
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/
AbstractCopyJobTest.java 33 private final @OpType int mOpType;
36 mOpType = opType;
119 createJob(mOpType,
135 createJob(mOpType,
180 return createJob(mOpType, srcs, srcParent, destination);
FileOperationServiceTest.java 382 private final @OpType int mOpType;
389 mOpType = opType;
397 service, listener, id, mOpType, mDestination, mSrcs, mJobRunnable, features);
399 if (mOpType == OPERATION_COPY) {
403 if (mOpType == OPERATION_DELETE) {

Completed in 259 milliseconds