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/navigationbar/
DNavigationModeController.java67 private Context mCurrentUserContext; field in NavigationModeController
108 mCurrentUserContext = context; in NavigationModeController()
136 mCurrentUserContext = getCurrentUserContext(); in updateCurrentInteractionMode()
137 int mode = getCurrentInteractionMode(mCurrentUserContext); in updateCurrentInteractionMode()
139 Settings.Secure.putString(mCurrentUserContext.getContentResolver(), in updateCurrentInteractionMode()
143 dumpAssetPaths(mCurrentUserContext); in updateCurrentInteractionMode()
156 return getCurrentInteractionMode(mCurrentUserContext); in addListener()
164 return mCurrentUserContext.getResources().getBoolean( in getImeDrawsImeNavBar()
200 pw.println(" mode=" + getCurrentInteractionMode(mCurrentUserContext)); in dump()
208 dumpAssetPaths(mCurrentUserContext); in dump()
[all …]