Searched refs:tempDb (Results 1 – 1 of 1) sorted by relevance
73 File tempDb = new File(context.getFilesDir(), "legacy_contacts.db"); in createLegacyMockContext() local74 if (tempDb.exists()) { in createLegacyMockContext()75 tempDb.delete(); in createLegacyMockContext()77 createSQLiteDatabaseFromDumpFile(tempDb.getPath(), in createLegacyMockContext()79 return new LegacyMockContext(tempDb.getPath()); in createLegacyMockContext()