HomeSort by relevance Sort by last modified time
    Searched defs:getOpType (Results 1 - 5 of 5) sorted by null

  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
FileOperation.java 74 public @OpType int getOpType() {
257 switch(getOpType()) {
266 throw new UnsupportedOperationException("Unsupported op type: " + getOpType());
  /packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
RuntimeDocumentClipper.java 269 @OpType int opType = getOpType(bundle);
273 FileOperations.Callback.STATUS_REJECTED, getOpType(clipData), 0);
314 private @OpType int getOpType(ClipData data) {
316 return getOpType(bundle);
319 private @OpType int getOpType(PersistableBundle bundle) {
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 145 milliseconds