Searched refs:onTestInjectionFromApp (Results 1 – 3 of 3) sorted by relevance
25 void onTestInjectionFromApp(in List<String> errors); in onTestInjectionFromApp() method
116 callbacks.onTestInjectionFromApp(errors) in <lambda>()
241 override fun onTestInjectionFromApp(errors: List<String?>) = onTestResult(errors) in <lambda>() method