Searched refs:mSystemModulesCache (Results 1 – 1 of 1) sorted by relevance
301 private final HashMap<String, Boolean> mSystemModulesCache = new HashMap<>(); field in AppRestrictionController1593 mSystemModulesCache.put(info.getPackageName(), Boolean.TRUE); in initSystemModuleNames()1600 final Boolean val = mSystemModulesCache.get(packageName); in isSystemModule()1628 mSystemModulesCache.put(packageName, isSystemModule); in isSystemModule()