Searched refs:READ_WRITE (Results 1 – 11 of 11) sorted by relevance
32 public static final int READ_WRITE = 0x03; field in VehiclePropertyAccess
74 public static final String READ_WRITE = "READ-WRITE"; field in ImapConstants
205 buffer = raFile.getChannel().map(FileChannel.MapMode.READ_WRITE, 0, file.length()); in getDictionaryBuffer()
42 mConfig.access = VehiclePropertyAccess.READ_WRITE; in VehiclePropConfigBuilder()
78 .setAccess(VehiclePropertyAccess.READ_WRITE) in configureMockedHal()
272 mIndexBuffer = mIndexChannel.map(FileChannel.MapMode.READ_WRITE, in loadIndex()
731 } else if (responseCode.is(ImapConstants.READ_WRITE)) { in doSelect()
1040 ByteBuffer buf = file.getChannel().map(MapMode.READ_WRITE, 0, exifSize); in rewriteExif()
1025 ByteBuffer buf = file.getChannel().map(MapMode.READ_WRITE, 0, exifSize); in rewriteExif()
149 field public static final int READ_WRITE = 3; // 0x3