D | FileOperationService.java | 78 public @interface OpType {} annotation in FileOperationService 135 @OpType int operationType = intent.getIntExtra(EXTRA_OPERATION, OPERATION_UNKNOWN); in onStartCommand() 229 @OpType int operationType, String id, List<DocumentInfo> srcs, DocumentInfo srcParent, in createJob()
|