Searched refs:PluginEnablerImpl (Results 1 – 3 of 3) sorted by relevance
30 public class PluginEnablerImpl implements PluginEnabler { class36 public PluginEnablerImpl(Context context) { in PluginEnablerImpl() method in PluginEnablerImpl41 @VisibleForTesting public PluginEnablerImpl(Context context, PackageManager pm) { in PluginEnablerImpl() method in PluginEnablerImpl
66 abstract PluginEnabler bindsPluginEnablerImpl(PluginEnablerImpl impl); in bindsPluginEnablerImpl()
40 import com.android.systemui.plugins.PluginEnablerImpl;77 mPluginEnabler = new PluginEnablerImpl(getContext()); in onCreatePreferences()