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.java129 private SparseArray<SparseBooleanArray> mInstalledInstantAppUids; field in InstantAppRegistry
371 if (mInstalledInstantAppUids != null) { in onUserRemovedLPw()
372 mInstalledInstantAppUids.remove(userId); in onUserRemovedLPw()
373 if (mInstalledInstantAppUids.size() <= 0) { in onUserRemovedLPw()
374 mInstalledInstantAppUids = null; in onUserRemovedLPw()
405 if (mInstalledInstantAppUids == null) { in grantInstantAccessLPw()
408 SparseBooleanArray instantAppList = mInstalledInstantAppUids.get(userId); in grantInstantAccessLPw()
439 if (mInstalledInstantAppUids == null) { in addInstantAppLPw()
440 mInstalledInstantAppUids = new SparseArray<>(); in addInstantAppLPw()
442 SparseBooleanArray instantAppList = mInstalledInstantAppUids.get(userId); in addInstantAppLPw()
[all …]