Searched refs:SystemActions (Results 1 – 5 of 5) sorted by relevance
23 import com.android.systemui.accessibility.SystemActions;131 @ClassKey(SystemActions.class)132 public abstract SystemUI bindSystemActions(SystemActions sysui); in bindSystemActions()
19 import com.android.systemui.accessibility.SystemActions;143 @ClassKey(SystemActions.class)144 public abstract SystemUI bindSystemActions(SystemActions sysui); in bindSystemActions()
114 import com.android.systemui.accessibility.SystemActions;194 private final SystemActions mSystemActions;497 SystemActions systemActions, in NavigationBar()1413 registerAction(clickable, SystemActions.SYSTEM_ACTION_ID_ACCESSIBILITY_BUTTON); in updateSystemUiStateFlags()1414 registerAction(longClickable, SystemActions.SYSTEM_ACTION_ID_ACCESSIBILITY_BUTTON_CHOOSER); in updateSystemUiStateFlags()1676 private final SystemActions mSystemActions;1709 SystemActions systemActions, in Factory()
72 public class SystemActions extends SystemUI { class152 public SystemActions(Context context, in SystemActions() method in SystemActions
76 import com.android.systemui.accessibility.SystemActions;375 mock(SystemActions.class), in createNavBar()