Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
H A 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
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DFileOperation.java77 public @OpType int getOpType() { in getOpType() method in FileOperation
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidateOperations.cpp55 ANeuralNetworksOperandType getOpType(int32_t opcode, uint32_t dimCount = 0, in getOpType() function