Searched refs:oldProfileId (Results 1 – 1 of 1) sorted by relevance
90 long oldProfileId = getDefaultProfileId(db); in sanitizeDB() local91 LongSparseArray<Long> oldManagedProfileIds = getManagedProfileIds(db, oldProfileId); in sanitizeDB()96 profileMapping.put(oldProfileId, myProfileId); in sanitizeDB()109 profileIds[0] = Long.toString(oldProfileId); in sanitizeDB()160 if (myProfileId != oldProfileId) { in sanitizeDB()168 protected void migrateProfileId(SQLiteDatabase db, long oldProfileId, long newProfileId) { in migrateProfileId() argument169 FileLog.d(TAG, "Changing profile user id from " + oldProfileId + " to " + newProfileId); in migrateProfileId()174 new String[]{Long.toString(oldProfileId)}); in migrateProfileId()