Home
last modified time | relevance | path

Searched refs:getDoubleArray (Results 1 – 8 of 8) sorted by relevance

/appfunctions/appfunctions-compiler/src/test/test-data/output/
D$EntityWithValidPropertiesFactory.KT17 val doubleArray = checkNotNull(appFunctionData.getDoubleArray("doubleArray") ?: DoubleArray(0)) in <lambda>()
D$EntityWithValidNullablePropertiesFactory.KT17 val doubleArray = appFunctionData.getDoubleArray("doubleArray") in <lambda>()
/appfunctions/appfunctions-common/src/androidTest/java/androidx/appfunctions/
DAppFunctionDataTest.kt224 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()
/appfunctions/appfunctions-runtime/src/androidTest/java/androidx/appfunctions/internal/
DAppFunctionResponseMetadataReturnValueBuilderTest.kt133 returnValue.getDoubleArray(ExecuteAppFunctionResponse.Success.PROPERTY_RETURN_VALUE) in testUnsafeBuildExecuteAppFunctionResponse_buildCollectionResponse()
/appfunctions/appfunctions-runtime/src/main/java/androidx/appfunctions/internal/
DAppFunctionDataParameterExtractor.kt172 getDoubleArray(key) in unsafeGetCollectionProperty()
/appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/
DAppFunctionData.kt542 public fun getDoubleArray(key: String): DoubleArray? { in <lambda>() method in androidx.appfunctions.AppFunctionData
708 DoubleArray::class.java -> getDoubleArray(key) as T in <lambda>()
/appfunctions/appfunctions-common/api/
Drestricted_current.txt33 method public double[]? getDoubleArray(String key);
Dcurrent.txt33 method public double[]? getDoubleArray(String key);