Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DEphemeralApplicationRegistry.java101 pruneUninstalledEphemeralAppsLPw(userId); in getEphemeralApplicationCookieLPw()
119 pruneUninstalledEphemeralAppsLPw(userId); in setEphemeralApplicationCookieLPw()
153 pruneUninstalledEphemeralAppsLPw(userId); in getEphemeralApplicationIconLPw()
167 pruneUninstalledEphemeralAppsLPw(userId); in getEphemeralApplicationsLPw()
183 pruneUninstalledEphemeralAppsLPw(userId); in onPackageInstalledLPw()
242 pruneUninstalledEphemeralAppsLPw(userId); in onPackageUninstalledLPw()
318 private void pruneUninstalledEphemeralAppsLPw(int userId) { in pruneUninstalledEphemeralAppsLPw() method in EphemeralApplicationRegistry