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
314 public List<AppOpItem> getActiveAppOps(boolean showPaused) { in getActiveAppOps() argument315 return getActiveAppOpsForUser(UserHandle.USER_ALL, showPaused); in getActiveAppOps()329 public List<AppOpItem> getActiveAppOpsForUser(int userId, boolean showPaused) { in getActiveAppOpsForUser() argument339 && (showPaused || !item.isDisabled())) { in getActiveAppOpsForUser()