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