Searched refs:oldId (Results 1 – 2 of 2) sorted by relevance
142 long oldId = profileMapping.keyAt(i); in sanitizeDB() local145 if (oldId != newId) { in sanitizeDB()151 migrateProfileId(db, oldId, newId); in sanitizeDB()
640 final long oldId = mCurrentConversation != null ? mCurrentConversation.id : -1; in setCurrentConversation() local642 final boolean different = oldId != newId; in setCurrentConversation()