Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppRegistry.java132 private SparseArray<SparseBooleanArray> mInstalledInstantAppUids; field in InstantAppRegistry
373 if (mInstalledInstantAppUids != null) { in onUserRemovedLPw()
374 mInstalledInstantAppUids.remove(userId); in onUserRemovedLPw()
375 if (mInstalledInstantAppUids.size() <= 0) { in onUserRemovedLPw()
376 mInstalledInstantAppUids = null; in onUserRemovedLPw()
407 if (mInstalledInstantAppUids == null) { in grantInstantAccessLPw()
410 SparseBooleanArray instantAppList = mInstalledInstantAppUids.get(userId); in grantInstantAccessLPw()
441 if (mInstalledInstantAppUids == null) { in addInstantAppLPw()
442 mInstalledInstantAppUids = new SparseArray<>(); in addInstantAppLPw()
444 SparseBooleanArray instantAppList = mInstalledInstantAppUids.get(userId); in addInstantAppLPw()
[all …]