Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java41 public class TestInformationHandler implements ResourceBasedOverride { class
43 public static TestInformationHandler newInstance(Context context) { in newInstance()
44 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.java8 import com.android.launcher3.testing.TestInformationHandler;
16 public class QuickstepTestInformationHandler extends TestInformationHandler {