Home
last modified time | relevance | path

Searched defs:getOpType (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
DRuntimeDocumentClipper.java315 private @OpType int getOpType(ClipData data) { in getOpType() method in RuntimeDocumentClipper
320 private @OpType int getOpType(PersistableBundle bundle) { in getOpType() method in RuntimeDocumentClipper
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperation.java77 public @OpType int getOpType() { in getOpType() method in FileOperation
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp55 ANeuralNetworksOperandType getOpType(int32_t opcode, uint32_t dimCount = 0, in getOpType() function