Searched refs:getSystemAppsFile (Results 1 – 2 of 2) sorted by relevance
76 return getSystemAppsFile(mContext, userId).exists(); in hasSnapshot()85 return readSystemApps(getSystemAppsFile(mContext, userId)); in getSnapshot()94 final File systemAppsFile = getSystemAppsFile(mContext, userId); in takeNewSnapshot()154 public static File getSystemAppsFile(Context context, int userId) { in getSystemAppsFile() method in SystemAppsSnapshot
77 destination = SystemAppsSnapshot.getSystemAppsFile(mContext, userId); in migrateIfNecessary()