Home
last modified time | relevance | path

Searched refs:getOpType (Results 1 – 7 of 7) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
DRuntimeDocumentClipper.java260 @OpType int opType = getOpType(bundle); in copyFromClipData()
264 FileOperations.Callback.STATUS_REJECTED, getOpType(clipData), 0); in copyFromClipData()
306 public @OpType int getOpType(ClipData data) { in getOpType() method in RuntimeDocumentClipper
308 return getOpType(bundle); in getOpType()
311 private @OpType int getOpType(PersistableBundle bundle) { in getOpType() method in RuntimeDocumentClipper
DDocumentClipper.java44 @OpType int getOpType(ClipData data); in getOpType() method
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperation.java63 public @OpType int getOpType() { in getOpType() method in FileOperation
234 switch(getOpType()) { in createJob()
242 throw new UnsupportedOperationException("Unsupported op type: " + getOpType()); in createJob()
DFileOperations.java62 callback.onOperationResult(Callback.STATUS_ACCEPTED, operation.getOpType(), in start()
DFileOperationService.java233 Future<?> future = getExecutorService(operation.getOpType()).submit(job); in handleOperation()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestDocumentClipper.java84 public int getOpType(ClipData data) { in getOpType() method in TestDocumentClipper
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java957 assert(mClipper.getOpType(clipData) == FileOperationService.OPERATION_COPY); in handleDropEvent()