Searched refs:mUninstalledInstantApps (Results 1 – 1 of 1) sorted by relevance
116 private SparseArray<List<UninstalledInstantAppState>> mUninstalledInstantApps; field in InstantAppRegistry365 if (mUninstalledInstantApps != null) { in onUserRemovedLPw()366 mUninstalledInstantApps.remove(userId); in onUserRemovedLPw()367 if (mUninstalledInstantApps.size() <= 0) { in onUserRemovedLPw()368 mUninstalledInstantApps = null; in onUserRemovedLPw()497 if (mUninstalledInstantApps == null) { in addUninstalledInstantAppLPw()498 mUninstalledInstantApps = new SparseArray<>(); in addUninstalledInstantAppLPw()501 mUninstalledInstantApps.get(userId); in addUninstalledInstantAppLPw()504 mUninstalledInstantApps.put(userId, uninstalledAppStates); in addUninstalledInstantAppLPw()570 if (mUninstalledInstantApps == null) { in removeUninstalledInstantAppStateLPw()[all …]