Searched defs:systemAppsFile (Results 1 – 2 of 2) sorted by relevance
94 final File systemAppsFile = getSystemAppsFile(mContext, userId); in takeNewSnapshot() local96 writeSystemApps(mUtils.getCurrentSystemApps(mIPackageManager, userId), systemAppsFile); in takeNewSnapshot() local99 private void writeSystemApps(Set<String> packageNames, File systemAppsFile) { in writeSystemApps()119 private Set<String> readSystemApps(File systemAppsFile) { in readSystemApps()
82 final File systemAppsFile = getCrossProfileAppsFile(mContext, userId); in takeNewSnapshot() local84 writeCrossProfileApps(getCurrentCrossProfileAppsWhitelist(), systemAppsFile); in takeNewSnapshot() local113 private Set<String> readCrossProfileApps(File systemAppsFile) { in readCrossProfileApps()