Searched refs:mUninstalledEphemeralApps (Results 1 – 1 of 1) sorted by relevance
91 private SparseArray<List<UninstalledEphemeralAppState>> mUninstalledEphemeralApps; field in EphemeralApplicationRegistry194 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 …]