Home
last modified time | relevance | path

Searched defs: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()
84 List<AppOpItem> getActiveAppOpsForUser(int userId, boolean showPaused); in getActiveAppOpsForUser()
DAppOpsControllerImpl.java391 public List<AppOpItem> getActiveAppOps(boolean showPaused) { in getActiveAppOps()
406 public List<AppOpItem> getActiveAppOpsForUser(int userId, boolean showPaused) { in getActiveAppOpsForUser()