HomeSort by relevance Sort by last modified time
    Searched refs:hasPlugins (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
PluginPrefs.java 54 public static boolean hasPlugins(Context context) {
  /build/blueprint/bootstrap/
bootstrap.go 294 hasPlugins = false
309 func(module blueprint.Module) { hasPlugins = true })
310 if hasPlugins {
315 if hasPlugins && !buildGoPluginLoader(ctx, g.properties.PkgPath, pluginSrc) {
396 hasPlugins = false
408 func(module blueprint.Module) { hasPlugins = true })
409 if hasPlugins {
416 if hasPlugins && !buildGoPluginLoader(ctx, "main", pluginSrc) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerFragment.java 72 if (!PluginPrefs.hasPlugins(getContext())) {

Completed in 851 milliseconds