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.java90 long oldProfileId = getDefaultProfileId(db); in sanitizeDB() local
91 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() argument
169 FileLog.d(TAG, "Changing profile user id from " + oldProfileId + " to " + newProfileId); in migrateProfileId()
174 new String[]{Long.toString(oldProfileId)}); in migrateProfileId()