Searched refs:TestInformationHandler (Results 1 – 3 of 3) sorted by relevance
65 TestInformationHandler handler = TestInformationHandler.newInstance(getContext()); in call()
82 public class TestInformationHandler implements ResourceBasedOverride { class84 public static TestInformationHandler newInstance(Context context) { in newInstance()85 return Overrides.getObject(TestInformationHandler.class, in newInstance()
15 import com.android.launcher3.testing.TestInformationHandler;31 public class QuickstepTestInformationHandler extends TestInformationHandler {