Searched refs:showSystemApps (Results 1 – 4 of 4) sorted by relevance
61 private var showSystemApps = false in <lambda>() variable116 .filter { showSystemApps || it.isUserSensitive } in <lambda>()128 return showSystemApps in <lambda>()136 showSystemApps = showSystem in <lambda>()
74 public List<RecentLocationApps.Request> getAppList(boolean showSystemApps) { in getAppList() argument107 if (!showSystemApps) { in getAppList()146 public List<RecentLocationApps.Request> getAppListSorted(boolean showSystemApps) { in getAppListSorted() argument147 List<RecentLocationApps.Request> requests = getAppList(showSystemApps); in getAppListSorted()
66 public List<Request> getAppList(boolean showSystemApps) { in getAppList() argument99 if (!showSystemApps) { in getAppList()138 public List<Request> getAppListSorted(boolean showSystemApps) { in getAppListSorted() argument139 List<Request> requests = getAppList(showSystemApps); in getAppListSorted()
27 showSystemApps: Boolean,32 val showSystemAppsLiveData = MutableLiveData(showSystemApps)