Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
H A DAppOpsController.java84 List<AppOpItem> getActiveAppOpsForUser(int userId, boolean showPaused); in getActiveAppOpsForUser() method
H A DAppOpsControllerImpl.java358 public List<AppOpItem> getActiveAppOpsForUser(int userId, boolean showPaused) { in getActiveAppOpsForUser() method in AppOpsControllerImpl