Searched refs:showPaused (Results 1 – 2 of 2) sorted by relevance
73 List<AppOpItem> getActiveAppOps(boolean showPaused); in getActiveAppOps() argument84 List<AppOpItem> getActiveAppOpsForUser(int userId, boolean showPaused); in getActiveAppOpsForUser() argument
391 public List<AppOpItem> getActiveAppOps(boolean showPaused) { in getActiveAppOps() argument392 return getActiveAppOpsForUser(UserHandle.USER_ALL, showPaused); in getActiveAppOps()406 public List<AppOpItem> getActiveAppOpsForUser(int userId, boolean showPaused) { in getActiveAppOpsForUser() argument416 && (showPaused || !item.isDisabled())) { in getActiveAppOpsForUser()