Searched refs:getConfigValue (Results 1 – 4 of 4) sorted by relevance
28 fun <T> getConfigValue(key: String): T? in getConfigValue() method
71 override fun <T> getConfigValue(key: String): T? = extraConfig[key] as T? in getConfigValue() method
51 override fun <T> getConfigValue(key: String): T? = null in <lambda>() method in android.tools.flicker.ScenarioInstanceImpl
81 scenario?.getConfigValue<Boolean>(Scenario.FAAS_BLOCKING) in <lambda>()