Searched refs:getDefaultProfileId (Results 1 – 2 of 2) sorted by relevance
107 .doBackup(getDefaultProfileId(db), GridBackupTable.OPTION_REQUIRES_SANITIZATION); in backupWorkspace()116 if (backupTable.restoreFromRawBackupIfAvailable(getDefaultProfileId(db))) { in restoreWorkspace()141 long oldProfileId = getDefaultProfileId(db); in sanitizeDB()269 protected long getDefaultProfileId(SQLiteDatabase db) throws Exception { in getDefaultProfileId() method in RestoreDbTask
41 assertEquals(23, new RestoreDbTask().getDefaultProfileId(db)); in testGetProfileId()