Home
last modified time | relevance | path

Searched refs:TestInformationHandler (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java45 public class TestInformationHandler implements ResourceBasedOverride { class
47 public static TestInformationHandler newInstance(Context context) { in newInstance()
48 return Overrides.getObject(TestInformationHandler.class, in newInstance()
DTestInformationProvider.java61 TestInformationHandler handler = TestInformationHandler.newInstance(getContext()); in call()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DQuickstepTestInformationHandler.java9 import com.android.launcher3.testing.TestInformationHandler;
15 public class QuickstepTestInformationHandler extends TestInformationHandler {
/packages/apps/Launcher3/ext_tests/src/com/android/launcher3/testing/
DDebugTestInformationHandler.java46 public class DebugTestInformationHandler extends TestInformationHandler {