Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
DAppOpsController.java73 List<AppOpItem> getActiveAppOps(boolean showPaused); in getActiveAppOps() argument
84 List<AppOpItem> getActiveAppOpsForUser(int userId, boolean showPaused); in getActiveAppOpsForUser() argument
DAppOpsControllerImpl.java314 public List<AppOpItem> getActiveAppOps(boolean showPaused) { in getActiveAppOps() argument
315 return getActiveAppOpsForUser(UserHandle.USER_ALL, showPaused); in getActiveAppOps()
329 public List<AppOpItem> getActiveAppOpsForUser(int userId, boolean showPaused) { in getActiveAppOpsForUser() argument
339 && (showPaused || !item.isDisabled())) { in getActiveAppOpsForUser()