Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
H A DPluginEnablerImpl.java30 public class PluginEnablerImpl implements PluginEnabler { class
36 public PluginEnablerImpl(Context context) { in PluginEnablerImpl() method in PluginEnablerImpl
41 @VisibleForTesting public PluginEnablerImpl(Context context, PackageManager pm) { in PluginEnablerImpl() method in PluginEnablerImpl
H A DPluginsModule.java66 abstract PluginEnabler bindsPluginEnablerImpl(PluginEnablerImpl impl); in bindsPluginEnablerImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DPluginFragment.java40 import com.android.systemui.plugins.PluginEnablerImpl;
77 mPluginEnabler = new PluginEnablerImpl(getContext()); in onCreatePreferences()