Home
last modified time | relevance | path

Searched refs:SystemActions (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIBinder.java23 import com.android.systemui.accessibility.SystemActions;
131 @ClassKey(SystemActions.class)
132 public abstract SystemUI bindSystemActions(SystemActions sysui); in bindSystemActions()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/
H A DCarSystemUIBinder.java19 import com.android.systemui.accessibility.SystemActions;
143 @ClassKey(SystemActions.class)
144 public abstract SystemUI bindSystemActions(SystemActions sysui); in bindSystemActions()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java114 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DSystemActions.java72 public class SystemActions extends SystemUI { class
152 public SystemActions(Context context, in SystemActions() method in SystemActions
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarTest.java76 import com.android.systemui.accessibility.SystemActions;
375 mock(SystemActions.class), in createNavBar()