Searched refs:systemAppsOnly (Results 1 – 1 of 1) sorted by relevance
77 public List<String> queryApps(int flags, boolean systemAppsOnly, UserHandle user) { in queryApps() argument91 if (systemAppsOnly && !appInfo.isSystemApp()) { in queryApps()112 if (systemAppsOnly && !appInfo.isSystemApp()) { in queryApps()127 if (systemAppsOnly && !packageInfo.applicationInfo.isSystemApp()) { in queryApps()143 if (systemAppsOnly && !serviceInfo.applicationInfo.isSystemApp()) { in queryApps()156 if (systemAppsOnly && !appInfo.isSystemApp()) { in queryApps()