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.java72 final PhoneAccountHandleMigrationUtils mPhoneAccountHandleMigrationUtils; field in CallLogDatabaseHelper
265 mPhoneAccountHandleMigrationUtils = new PhoneAccountHandleMigrationUtils( in CallLogDatabaseHelper()
307 mPhoneAccountHandleMigrationUtils.updatePhoneAccountHandleMigrationPendingStatus( in updatePhoneAccountHandleMigrationPendingStatus()
316 mPhoneAccountHandleMigrationUtils.migratePendingPhoneAccountHandles( in migratePendingPhoneAccountHandles()
324 mPhoneAccountHandleMigrationUtils.migrateIccIdToSubId(getWritableDatabase()); in migrateIccIdToSubId()
531 mPhoneAccountHandleMigrationUtils.markAllTelephonyPhoneAccountsPendingMigration(db); in upgradeToVersion11()
532 mPhoneAccountHandleMigrationUtils.migrateIccIdToSubId(db); in upgradeToVersion11()
630 return mPhoneAccountHandleMigrationUtils; in getPhoneAccountHandleMigrationUtils()
DContactsDatabaseHelper.java954 private final PhoneAccountHandleMigrationUtils mPhoneAccountHandleMigrationUtils; field in ContactsDatabaseHelper
1006 return mPhoneAccountHandleMigrationUtils; in getPhoneAccountHandleMigrationUtils()
1013 mPhoneAccountHandleMigrationUtils = new PhoneAccountHandleMigrationUtils( in ContactsDatabaseHelper()
3534 mPhoneAccountHandleMigrationUtils.markAllTelephonyPhoneAccountsPendingMigration(db); in upgradeToVersion1604()
3535 mPhoneAccountHandleMigrationUtils.migrateIccIdToSubId(db); in upgradeToVersion1604()
3539 mPhoneAccountHandleMigrationUtils.migrateIccIdToSubId(getWritableDatabase()); in migrateIccIdToSubId()
3543 mPhoneAccountHandleMigrationUtils.migratePendingPhoneAccountHandles( in migratePendingPhoneAccountHandles()
3548 mPhoneAccountHandleMigrationUtils.updatePhoneAccountHandleMigrationPendingStatus( in updatePhoneAccountHandleMigrationPendingStatus()