Home
last modified time | relevance | path

Searched refs:oldProfileId (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/provider/
DRestoreDbTask.java227 long oldProfileId = getDefaultProfileId(db); in sanitizeDB() local
229 + ", oldProfileId= " + oldProfileId); in sanitizeDB()
230 LongSparseArray<Long> oldManagedProfileIds = getManagedProfileIds(db, oldProfileId); in sanitizeDB()
235 profileMapping.put(oldProfileId, myProfileId); in sanitizeDB()
253 profileIds[0] = Long.toString(oldProfileId); in sanitizeDB()
309 if (myProfileId != oldProfileId) { in sanitizeDB()
352 protected void migrateProfileId(SQLiteDatabase db, long oldProfileId, long newProfileId) { in migrateProfileId() argument
353 FileLog.d(TAG, "Changing profile user id from " + oldProfileId + " to " + newProfileId); in migrateProfileId()
358 new String[]{Long.toString(oldProfileId)}); in migrateProfileId()