Home
last modified time | relevance | path

Searched defs:getActiveAppOps (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
H A DAppOpsController.java65 List<AppOpItem> getActiveAppOps(); in getActiveAppOps() method
73 List<AppOpItem> getActiveAppOps(boolean showPaused); in getActiveAppOps() method
H A DAppOpsControllerImpl.java331 public List<AppOpItem> getActiveAppOps() { in getActiveAppOps() method in AppOpsControllerImpl
343 public List<AppOpItem> getActiveAppOps(boolean showPaused) { in getActiveAppOps() method in AppOpsControllerImpl