Searched refs:TestInformationHandler (Results 1 – 3 of 3) sorted by relevance
41 public class TestInformationHandler implements ResourceBasedOverride { class43 public static TestInformationHandler newInstance(Context context) { in newInstance()44 return Overrides.getObject(TestInformationHandler.class, in newInstance()
61 TestInformationHandler handler = TestInformationHandler.newInstance(getContext()); in call()
8 import com.android.launcher3.testing.TestInformationHandler;16 public class QuickstepTestInformationHandler extends TestInformationHandler {