Home
last modified time | relevance | path

Searched refs:preInstallApps (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DPrivateProfileManager.java344 List<String> preInstallApps = UserCache.getInstance(context) in splitIntoUserInstalledAndSystemApps() local
346 return appInfo -> !preInstallApps.isEmpty() in splitIntoUserInstalledAndSystemApps()
348 || !(preInstallApps.contains(appInfo.componentName.getPackageName()))); in splitIntoUserInstalledAndSystemApps()