Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogDatabaseHelper.java74 final PhoneAccountHandleMigrationUtils mPhoneAccountHandleMigrationUtils; field in CallLogDatabaseHelper
273 mPhoneAccountHandleMigrationUtils = new PhoneAccountHandleMigrationUtils( in CallLogDatabaseHelper()
315 mPhoneAccountHandleMigrationUtils.updatePhoneAccountHandleMigrationPendingStatus( in updatePhoneAccountHandleMigrationPendingStatus()
324 mPhoneAccountHandleMigrationUtils.migratePendingPhoneAccountHandles( in migratePendingPhoneAccountHandles()
332 mPhoneAccountHandleMigrationUtils.migrateIccIdToSubId(getWritableDatabase()); in migrateIccIdToSubId()
539 mPhoneAccountHandleMigrationUtils.markAllTelephonyPhoneAccountsPendingMigration(db); in upgradeToVersion11()
540 mPhoneAccountHandleMigrationUtils.migrateIccIdToSubId(db); in upgradeToVersion11()
572 return mPhoneAccountHandleMigrationUtils; in getPhoneAccountHandleMigrationUtils()
DContactsDatabaseHelper.java947 private final PhoneAccountHandleMigrationUtils mPhoneAccountHandleMigrationUtils; field in ContactsDatabaseHelper
999 return mPhoneAccountHandleMigrationUtils; in getPhoneAccountHandleMigrationUtils()
1006 mPhoneAccountHandleMigrationUtils = new PhoneAccountHandleMigrationUtils( in ContactsDatabaseHelper()
3524 mPhoneAccountHandleMigrationUtils.markAllTelephonyPhoneAccountsPendingMigration(db); in upgradeToVersion1604()
3525 mPhoneAccountHandleMigrationUtils.migrateIccIdToSubId(db); in upgradeToVersion1604()
3545 mPhoneAccountHandleMigrationUtils.migrateIccIdToSubId(getWritableDatabase()); in migrateIccIdToSubId()
3549 mPhoneAccountHandleMigrationUtils.migratePendingPhoneAccountHandles( in migratePendingPhoneAccountHandles()
3554 mPhoneAccountHandleMigrationUtils.updatePhoneAccountHandleMigrationPendingStatus( in updatePhoneAccountHandleMigrationPendingStatus()