Home
last modified time | relevance | path

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

/appfunctions/appfunctions-compiler/src/test/test-data/output/
D$EntityWithValidPropertiesFactory.KT41 builder.setBoolean("boolParam", boolParam) in <lambda>()
D$EntityWithValidNullablePropertiesFactory.KT49 builder.setBoolean("boolParam", boolParam) in <lambda>()
/appfunctions/appfunctions-common/src/androidTest/java/androidx/appfunctions/
DAppFunctionDataTest.kt187 builder.setBoolean("boolean", true) in testReadWrite_asParameters_conformSpec()
267 assertThrows(IllegalArgumentException::class.java) { builder.setBoolean("double", true) } in testWrite_asParameters_notConformSpec()
312 builder.setBoolean("booleanArray", false) in testWrite_asParameters_notConformSpec()
352 builder.setBoolean("boolean", true) in testRead_asParameters_notConformSpec()
431 builder.setBoolean("boolean", true) in testReadWrite_asObject_conformSpec()
507 assertThrows(IllegalArgumentException::class.java) { builder.setBoolean("double", true) } in testWrite_asObject_notConformSpec()
552 builder.setBoolean("booleanArray", false) in testWrite_asObject_notConformSpec()
588 builder.setBoolean("boolean", true) in testRead_asObject_notConformSpec()
/appfunctions/appfunctions-runtime/src/androidTest/java/androidx/appfunctions/internal/
DAppFunctionDataParameterExtractorTest.kt45 .setBoolean("boolean", true)
/appfunctions/appfunctions-runtime/src/main/java/androidx/appfunctions/internal/
DAppFunctionResponseMetadataReturnValueBuilder.kt135 builder.setBoolean( in unsafeBuildSingleReturnValue()
/appfunctions/appfunctions-common/src/main/java/androidx/appfunctions/
DAppFunctionData.kt913 public fun setBoolean(key: String, value: Boolean): Builder { in <lambda>() method in androidx.appfunctions.AppFunctionData.Builder
1188 Boolean::class.java -> setBoolean(key, value as Boolean) in <lambda>()
/appfunctions/appfunctions-common/api/
Drestricted_current.txt60 … method public androidx.appfunctions.AppFunctionData.Builder setBoolean(String key, boolean value);
Dcurrent.txt60 … method public androidx.appfunctions.AppFunctionData.Builder setBoolean(String key, boolean value);