Searched refs:logic (Results 1 – 1 of 1) sorted by relevance
292 final Class<?> logic = Class.forName("com.android.cts.splitapp.FeatureLogic"); in testFeatureBase() local293 final Method method = logic.getDeclaredMethod("mult", new Class[] { in testFeatureBase()