Home
last modified time | relevance | path

Searched refs:TYPE_INT (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DHalMockUtils.java81 private static final String TYPE_INT = "int"; field in HalMockUtils
97 if (TYPE_INT.equals(type)) { in convertJsonToBundle()
123 child.put(TYPE_KEY, TYPE_INT); in convertBundleToJson()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DBlendComposite.java133 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()
/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java96 static final int TYPE_INT = 'I' | 4 << 8; field in TypedProperties
120 return TYPE_INT; in interpretType()
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
DRsBrickedBitMask.java45 public static final byte TYPE_INT = 2; field in RsBrickedBitMask
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPrintSpoolerService.java811 private static final String TYPE_INT = "int"; field in PrintSpoolerService.PersistenceManager
1039 serializer.attribute(null, ATTR_TYPE, TYPE_INT); in doWriteStateLocked()
1312 } else if (TYPE_INT.equals(type)) { in parsePrintJob()