Searched defs:systemAppsFile (Results 1 – 2 of 2) sorted by relevance
95 final File systemAppsFile = getSystemAppsFile(mContext, userId); in takeNewSnapshot() local97 writeSystemApps(mUtils.getCurrentSystemApps(mIPackageManager, userId), systemAppsFile); in takeNewSnapshot() local100 private void writeSystemApps(Set<String> packageNames, File systemAppsFile) { in writeSystemApps()120 private Set<String> readSystemApps(File systemAppsFile) { in readSystemApps()
71 File systemAppsFile = SystemAppsSnapshot.getSystemAppsFile( in tearDown() local