Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppRegistry.java119 private SparseArray<List<UninstalledInstantAppState>> mUninstalledInstantApps; field in InstantAppRegistry
367 if (mUninstalledInstantApps != null) { in onUserRemovedLPw()
368 mUninstalledInstantApps.remove(userId); in onUserRemovedLPw()
369 if (mUninstalledInstantApps.size() <= 0) { in onUserRemovedLPw()
370 mUninstalledInstantApps = null; in onUserRemovedLPw()
499 if (mUninstalledInstantApps == null) { in addUninstalledInstantAppLPw()
500 mUninstalledInstantApps = new SparseArray<>(); in addUninstalledInstantAppLPw()
503 mUninstalledInstantApps.get(userId); in addUninstalledInstantAppLPw()
506 mUninstalledInstantApps.put(userId, uninstalledAppStates); in addUninstalledInstantAppLPw()
573 if (mUninstalledInstantApps == null) { in removeUninstalledInstantAppStateLPw()
[all …]