Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogDatabaseHelper.java331 void migrateIccIdToSubId() { in migrateIccIdToSubId() method in CallLogDatabaseHelper
332 mPhoneAccountHandleMigrationUtils.migrateIccIdToSubId(getWritableDatabase()); in migrateIccIdToSubId()
540 mPhoneAccountHandleMigrationUtils.migrateIccIdToSubId(db); in upgradeToVersion11()
DContactsDatabaseHelper.java3525 mPhoneAccountHandleMigrationUtils.migrateIccIdToSubId(db); in upgradeToVersion1604()
3544 protected void migrateIccIdToSubId() { in migrateIccIdToSubId() method in ContactsDatabaseHelper
3545 mPhoneAccountHandleMigrationUtils.migrateIccIdToSubId(getWritableDatabase()); in migrateIccIdToSubId()
DCallLogProvider.java1374 mDbHelper.migrateIccIdToSubId(); in performBackgroundTask()
DContactsProvider2.java1830 mContactsHelper.migrateIccIdToSubId(); in performBackgroundTask()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DPhoneAccountHandleMigrationUtils.java166 public void migrateIccIdToSubId(SQLiteDatabase db) { in migrateIccIdToSubId() method in PhoneAccountHandleMigrationUtils