Searched refs:GlobalActions (Results 1 – 10 of 10) sorted by relevance
24 import com.android.systemui.plugins.GlobalActions;25 import com.android.systemui.plugins.GlobalActions.GlobalActionsManager;43 private final Provider<GlobalActions> mGlobalActionsProvider;44 private GlobalActions mPlugin;45 private Extension<GlobalActions> mExtension;52 Provider<GlobalActions> globalActionsProvider, in GlobalActionsComponent()64 mExtension = mExtensionController.newExtension(GlobalActions.class) in start()65 .withPlugin(GlobalActions.class) in start()73 private void onExtensionCallback(GlobalActions newPlugin) { in onExtensionCallback()
21 import com.android.systemui.plugins.GlobalActions;29 public class GlobalActionsImpl implements GlobalActions, CommandQueue.Callbacks {
127 import com.android.systemui.plugins.GlobalActions.GlobalActionsManager;
17 import com.android.systemui.plugins.GlobalActions.GlobalActionsManager;21 @ProvidesInterface(action = GlobalActions.ACTION, version = GlobalActions.VERSION)23 public interface GlobalActions extends Plugin { interface
25 import com.android.systemui.plugins.GlobalActions;63 abstract GlobalActions provideGlobalActions(GlobalActionsImpl controllerImpl); in provideGlobalActions()67 abstract GlobalActions.GlobalActionsManager provideGlobalActionsManager( in provideGlobalActionsManager()
25 class GlobalActions implements GlobalActionsProvider.GlobalActionsListener { class40 public GlobalActions(Context context, WindowManagerFuncs windowManagerFuncs) { in GlobalActions() method in GlobalActions
499 private Supplier<GlobalActions> mGlobalActionsFactory;500 private GlobalActions mGlobalActions;2161 Supplier<GlobalActions> getGlobalActionsFactory() { in getGlobalActionsFactory()2162 return () -> new GlobalActions(mContext, mWindowManagerFuncs); in getGlobalActionsFactory()
40 Expected interface: [GlobalActions](/frameworks/base/packages/SystemUI/plugin/src/com/android/syste…
71 import com.android.systemui.plugins.GlobalActions;107 @Mock private GlobalActions.GlobalActionsManager mWindowManagerFuncs;
166 @Mock private GlobalActions mGlobalActions;226 Supplier<GlobalActions> getGlobalActionsFactory() { in getGlobalActionsFactory()