Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/pm/
DUserCacheTest.kt67 fun `getPreInstallApps returns list of pre installed apps given a user`() { in getPreInstallApps returns list of pre installed apps given a user()
75 val actualApps = userCache.getPreInstallApps(myUserHandle()) in getPreInstallApps returns list of pre installed apps given a user()
/packages/apps/Launcher3/src/com/android/launcher3/pm/
DUserCache.java210 public List<String> getPreInstallApps(UserHandle user) { in getPreInstallApps() method in UserCache
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DPrivateProfileManager.java351 .getPreInstallApps(getProfileUser()); in splitIntoUserInstalledAndSystemApps()