Home
last modified time | relevance | path

Searched refs:mSystemActions (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DSystemActionsTest.java80 private SystemActions mSystemActions; field in SystemActionsTest
87 mSystemActions = new SystemActions(mContext, mUserTracker, mNotificationShadeController, in setUp()
104 mSystemActions.handleHeadsetHook(); in handleHeadsetHook_callStateIdle_injectsKeyEvents()
117 mSystemActions.handleHeadsetHook(); in handleHeadsetHook_callStateRinging_answersCall()
126 mSystemActions.handleHeadsetHook(); in handleHeadsetHook_callStateOffhook_endsCall()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavBarHelper.java109 private final SystemActions mSystemActions; field in NavBarHelper
198 mSystemActions = systemActions; in NavBarHelper()
399 mSystemActions.register(actionId); in updateSystemAction()
401 mSystemActions.unregister(actionId); in updateSystemAction()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavBarHelperTest.java89 SystemActions mSystemActions; field in NavBarHelperTest
140 mSystemActions, mOverviewProxyService, mAssistManagerLazy, in setup()
H A DNavigationBarTest.java159 private SystemActions mSystemActions; field in NavigationBarTest
259 mSystemActions, mOverviewProxyService, in setup()