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/
DTestInformationProvider.java65 TestInformationHandler handler = TestInformationHandler.newInstance(getContext()); in call()
DTestInformationHandler.java82 public class TestInformationHandler implements ResourceBasedOverride { class
84 public static TestInformationHandler newInstance(Context context) { in newInstance()
85 return Overrides.getObject(TestInformationHandler.class, in newInstance()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DQuickstepTestInformationHandler.java15 import com.android.launcher3.testing.TestInformationHandler;
31 public class QuickstepTestInformationHandler extends TestInformationHandler {