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.java130 private SparseArray<SparseBooleanArray> mInstalledInstantAppUids; field in InstantAppRegistry
372 if (mInstalledInstantAppUids != null) { in onUserRemovedLPw()
373 mInstalledInstantAppUids.remove(userId); in onUserRemovedLPw()
374 if (mInstalledInstantAppUids.size() <= 0) { in onUserRemovedLPw()
375 mInstalledInstantAppUids = null; in onUserRemovedLPw()
406 if (mInstalledInstantAppUids == null) { in grantInstantAccessLPw()
409 SparseBooleanArray instantAppList = mInstalledInstantAppUids.get(userId); in grantInstantAccessLPw()
440 if (mInstalledInstantAppUids == null) { in addInstantAppLPw()
441 mInstalledInstantAppUids = new SparseArray<>(); in addInstantAppLPw()
443 SparseBooleanArray instantAppList = mInstalledInstantAppUids.get(userId); in addInstantAppLPw()
[all …]