Searched refs:getDoubleArray (Results 1 – 8 of 8) sorted by relevance
17 val doubleArray = checkNotNull(appFunctionData.getDoubleArray("doubleArray") ?: DoubleArray(0)) in <lambda>()
17 val doubleArray = appFunctionData.getDoubleArray("doubleArray") in <lambda>()
224 assertThat(data.getDoubleArray("doubleArray")) in testReadWrite_asParameters_conformSpec()381 assertThrows(IllegalArgumentException::class.java) { data.getDoubleArray("double") } in testRead_asParameters_notConformSpec()397 assertThrows(IllegalArgumentException::class.java) { data.getDoubleArray("longArray") } in testRead_asParameters_notConformSpec()400 assertThrows(IllegalArgumentException::class.java) { data.getDoubleArray("floatArray") } in testRead_asParameters_notConformSpec()468 assertThat(data.getDoubleArray("doubleArray")) in testReadWrite_asObject_conformSpec()617 assertThrows(IllegalArgumentException::class.java) { data.getDoubleArray("double") } in testRead_asObject_notConformSpec()633 assertThrows(IllegalArgumentException::class.java) { data.getDoubleArray("longArray") } in testRead_asObject_notConformSpec()636 assertThrows(IllegalArgumentException::class.java) { data.getDoubleArray("floatArray") } in testRead_asObject_notConformSpec()
133 returnValue.getDoubleArray(ExecuteAppFunctionResponse.Success.PROPERTY_RETURN_VALUE) in testUnsafeBuildExecuteAppFunctionResponse_buildCollectionResponse()
172 getDoubleArray(key) in unsafeGetCollectionProperty()
542 public fun getDoubleArray(key: String): DoubleArray? { in <lambda>() method in androidx.appfunctions.AppFunctionData708 DoubleArray::class.java -> getDoubleArray(key) as T in <lambda>()
33 method public double[]? getDoubleArray(String key);