Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1236 final int net1 = gatherDisableActionsLocked(mCurrentUserId, 1); in disableLocked()
1237 final int net2 = gatherDisableActionsLocked(mCurrentUserId, 2); in disableLocked()
1563 return new RegisterStatusBarResult(icons, gatherDisableActionsLocked(mCurrentUserId, 1), in registerStatusBar()
1566 gatherDisableActionsLocked(mCurrentUserId, 2), state.mImeToken, in registerStatusBar()
2500 int gatherDisableActionsLocked(int userId, int which) { in gatherDisableActionsLocked() method in StatusBarManagerService
/frameworks/base/services/
Dart-wear-profile23076 PLcom/android/server/statusbar/StatusBarManagerService;->gatherDisableActionsLocked(II)I