Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationModeController.java82 private Context mCurrentUserContext; field in NavigationModeController
151 mCurrentUserContext = context; in NavigationModeController()
185 if (getCurrentInteractionMode(mCurrentUserContext) == NAV_BAR_MODE_GESTURAL) { in setGestureModeOverlayForMainLauncher()
192 + mCurrentUserContext.getUserId()); in setGestureModeOverlayForMainLauncher()
214 DevicePolicyManager dpm = mCurrentUserContext.getSystemService(DevicePolicyManager.class); in enableGestureNav()
220 || !mCurrentUserContext.getUser().equals(callerUser)) { in enableGestureNav()
225 UserHandle callerParent = mCurrentUserContext.getSystemService(UserManager.class) in enableGestureNav()
227 if (callerParent == null || !callerParent.equals(mCurrentUserContext.getUser())) { in enableGestureNav()
242 mCurrentUserContext = getCurrentUserContext(); in updateCurrentInteractionMode()
243 int mode = getCurrentInteractionMode(mCurrentUserContext); in updateCurrentInteractionMode()
[all …]