Searched refs:getLegacyFolder (Results 1 – 3 of 3) sorted by relevance
109 FileUtils.deleteContentsAndDir(SystemAppsSnapshot.getLegacyFolder(mContext)); in tearDown()130 File legacyFolder = SystemAppsSnapshot.getLegacyFolder(mContext); in testRun_migrate_userExists()143 File legacyFolder = SystemAppsSnapshot.getLegacyFolder(mContext); in testRun_migrate_userDoesNotExists()153 File legacyFolder = SystemAppsSnapshot.getLegacyFolder(mContext); in testRun_migrate_invalidFileName()179 File legacyFolder = SystemAppsSnapshot.getLegacyFolder(mContext); in assertFilesAreMigrated()
59 File legacyFolder = SystemAppsSnapshot.getLegacyFolder(mContext); in migrateIfNecessary()
167 public static File getLegacyFolder(Context context) { in getLegacyFolder() method in SystemAppsSnapshot