Searched refs:OP_TYPE_KEY (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
H A DRuntimeDocumentClipper.java56 private static final String OP_TYPE_KEY = "clipper:opType"; field in class:RuntimeDocumentClipper
138 bundle.putInt(OP_TYPE_KEY, opType);
177 bundle.putInt(OP_TYPE_KEY, opType);
253 clipData.getDescription().getExtras().putInt(OP_TYPE_KEY, opType);
320 return bundle.getInt(OP_TYPE_KEY);

Completed in 66 milliseconds