Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java301 private final HashMap<String, Boolean> mSystemModulesCache = new HashMap<>(); field in AppRestrictionController
1593 mSystemModulesCache.put(info.getPackageName(), Boolean.TRUE); in initSystemModuleNames()
1600 final Boolean val = mSystemModulesCache.get(packageName); in isSystemModule()
1628 mSystemModulesCache.put(packageName, isSystemModule); in isSystemModule()