Searched refs:TYPE_INT (Results 1 – 5 of 5) sorted by relevance
81 private static final String TYPE_INT = "int"; field in HalMockUtils97 if (TYPE_INT.equals(type)) { in convertJsonToBundle()123 child.put(TYPE_KEY, TYPE_INT); in convertBundleToJson()
133 if (src.getSampleModel().getDataType() != DataBuffer.TYPE_INT || in compose()134 dstIn.getSampleModel().getDataType() != DataBuffer.TYPE_INT || in compose()135 dstOut.getSampleModel().getDataType() != DataBuffer.TYPE_INT) { in compose()
96 static final int TYPE_INT = 'I' | 4 << 8; field in TypedProperties120 return TYPE_INT; in interpretType()
45 public static final byte TYPE_INT = 2; field in RsBrickedBitMask
811 private static final String TYPE_INT = "int"; field in PrintSpoolerService.PersistenceManager1039 serializer.attribute(null, ATTR_TYPE, TYPE_INT); in doWriteStateLocked()1312 } else if (TYPE_INT.equals(type)) { in parsePrintJob()