Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationModeController.java191 mCurrentUserContext = getCurrentUserContext(); in updateCurrentInteractionMode()
230 public Context getCurrentUserContext() { in getCurrentUserContext() method in NavigationModeController
DNavigationBarView.java780 Context curUserCtx = Dependency.get(NavigationModeController.class).getCurrentUserContext(); in onNavigationModeChanged()