Searched refs:showSystemApps (Results 1 – 2 of 2) sorted by relevance
106 public List<Access> getAppList(boolean showSystemApps) { in getAppList() argument132 if (!showSystemApps) { in getAppList()173 public List<Access> getAppListSorted(boolean showSystemApps) { in getAppListSorted() argument174 List<Access> accesses = getAppList(showSystemApps); in getAppListSorted()
75 public List<Request> getAppList(boolean showSystemApps) { in getAppList() argument108 if (!showSystemApps) { in getAppList()147 public List<Request> getAppListSorted(boolean showSystemApps) { in getAppListSorted() argument148 List<Request> requests = getAppList(showSystemApps); in getAppListSorted()