Home
last modified time | relevance | path

Searched defs:showPaused (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
H A DAppOpsController.java73 List<AppOpItem> getActiveAppOps(boolean showPaused); in getActiveAppOps()
84 List<AppOpItem> getActiveAppOpsForUser(int userId, boolean showPaused); in getActiveAppOpsForUser()
H A DAppOpsControllerImpl.java314 public List<AppOpItem> getActiveAppOps(boolean showPaused) { in getActiveAppOps()
329 public List<AppOpItem> getActiveAppOpsForUser(int userId, boolean showPaused) { in getActiveAppOpsForUser()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DControllerOverlay.java46 void showPaused(); in showPaused() method
H A DCommonControllerOverlay.java157 public void showPaused() { in showPaused() method in CommonControllerOverlay