Home
last modified time | relevance | path

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

/appfunctions/appfunctions-runtime/src/main/java/androidx/appfunctions/internal/
DAppFunctionDataParameterExtractor.kt54 unsafeGetSingleProperty(parameterMetadata.name, castDataType.type) in unsafeGetParameterValue()
57 unsafeGetSingleProperty( in unsafeGetParameterValue()
67 unsafeGetSingleProperty( in unsafeGetParameterValue()
118 private fun AppFunctionData.unsafeGetSingleProperty( in AppFunctionData() method