Home
last modified time | relevance | path

Searched refs:bytes (Results 1 – 14 of 14) sorted by relevance

/room/room-runtime/src/jvmAndroidMain/kotlin/androidx/room/util/
DUUIDUtil.jvmAndroid.kt33 fun convertByteToUUID(bytes: ByteArray): UUID { in convertByteToUUID()
34 val buffer = ByteBuffer.wrap(bytes) in convertByteToUUID()
47 val bytes = ByteArray(16) in convertUUIDToByte() constant
48 val buffer = ByteBuffer.wrap(bytes) in convertUUIDToByte()
/room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/test/
DUuidColumnTypeAdapterTest.kt294 fun fromByte(bytes: ByteArray): UUID { in <lambda>()
295 val bb = ByteBuffer.wrap(bytes) in <lambda>()
302 fun fromByte(bytes: ByteArray): UUID { in <lambda>()
303 val bb = ByteBuffer.wrap(bytes) in <lambda>()
DProvidedTypeConverterTest.kt164 fun asUuid(bytes: ByteArray): UUID { in asUuid()
165 val bb = ByteBuffer.wrap(bytes) in asUuid()
/room/integration-tests/kotlintestapp/src/androidTestWithKspGenJava/java/androidx/room/integration/kotlintestapp/test/
DPreKmpJavaCodeGenTest.kt138 @TypeConverter fun toCustomData(bytes: ByteArray) = CustomData(bytes) in toCustomData()
/room/integration-tests/kotlintestapp/src/androidTestWithKspGenKotlin/java/androidx/room/integration/kotlintestapp/test/
DPreKmpKotlinCodeGenTest.kt138 @TypeConverter fun toCustomData(bytes: ByteArray) = CustomData(bytes) in toCustomData()
/room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/
DTestDatabase.kt136 fun asUuid(bytes: ByteArray): UUID { in usersDao()
137 val bb = ByteBuffer.wrap(bytes) in usersDao()
/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/
DTestDatabase.java123 public UUID asUuid(byte[] bytes) { in asUuid() argument
124 ByteBuffer bb = ByteBuffer.wrap(bytes); in asUuid()
/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
DProvidedTypeConverterTest.java183 public UUID asUuid(byte[] bytes) { in asUuid() argument
184 ByteBuffer bb = ByteBuffer.wrap(bytes); in asUuid()
/room/room-runtime/api/
Drestricted_2.5.0-beta01.txt415 method public static java.util.UUID convertByteToUUID(byte[] bytes);
Drestricted_2.5.0-beta02.txt415 method public static java.util.UUID convertByteToUUID(byte[] bytes);
Drestricted_2.6.0-beta01.txt426 method public static java.util.UUID convertByteToUUID(byte[] bytes);
Drestricted_2.6.0-beta02.txt426 method public static java.util.UUID convertByteToUUID(byte[] bytes);
Drestricted_2.7.0-beta01.txt707 method public static java.util.UUID convertByteToUUID(byte[] bytes);
Drestricted_current.txt707 method public static java.util.UUID convertByteToUUID(byte[] bytes);