Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
DPluginInstanceTest.java59 new ComponentName(PRIVILEGED_PACKAGE, TestPluginImpl.class.getName());
74 private WeakReference<TestPluginImpl> mPlugin;
103 TestPluginImpl plugin = new TestPluginImpl(mCounter); in setup()
282 public static class TestPluginImpl implements TestPlugin { class in PluginInstanceTest
284 public TestPluginImpl(RefCounter counter) { in TestPluginImpl() method in PluginInstanceTest.TestPluginImpl