Searched refs:dexInspectorChecks (Results 1 – 1 of 1) sorted by relevance
49 final List<Consumer<DexInspector>> dexInspectorChecks = new ArrayList<>(); field in RunExamplesAndroidOTest.TestRunner59 dexInspectorChecks.add(check); in withDexCheck()131 if (!dexInspectorChecks.isEmpty()) { in run()133 for (Consumer<DexInspector> check : dexInspectorChecks) { in run()