Searched refs:mGlobalActions (Results 1 – 2 of 2) sorted by relevance
150 @Mock private GlobalActions mGlobalActions; field in TestPhoneWindowManager172 return () -> mGlobalActions; in getGlobalActionsFactory()463 verify(mGlobalActions, timeout(SHORTCUT_KEY_DELAY_MILLIS)) in assertShowGlobalActionsCalled()
475 private GlobalActions mGlobalActions; field in PhoneWindowManager1647 if (mGlobalActions == null) { in showGlobalActionsInternal()1648 mGlobalActions = mGlobalActionsFactory.get(); in showGlobalActionsInternal()1651 mGlobalActions.showDialog(keyguardShowing, isDeviceProvisioned()); in showGlobalActionsInternal()