Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DEphemeralApplicationRegistry.java91 private SparseArray<List<UninstalledEphemeralAppState>> mUninstalledEphemeralApps; field in EphemeralApplicationRegistry
194 if (mUninstalledEphemeralApps != null) { in onPackageInstalledLPw()
196 mUninstalledEphemeralApps.get(userId); in onPackageInstalledLPw()
262 if (mUninstalledEphemeralApps != null) { in onUserRemovedLPw()
263 mUninstalledEphemeralApps.remove(userId); in onUserRemovedLPw()
273 if (mUninstalledEphemeralApps == null) { in addUninstalledEphemeralAppLPw()
274 mUninstalledEphemeralApps = new SparseArray<>(); in addUninstalledEphemeralAppLPw()
277 mUninstalledEphemeralApps.get(userId); in addUninstalledEphemeralAppLPw()
280 mUninstalledEphemeralApps.put(userId, uninstalledAppStates); in addUninstalledEphemeralAppLPw()
325 if (mUninstalledEphemeralApps != null) { in pruneUninstalledEphemeralAppsLPw()
[all …]