Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DPhoneAccountHandleMigrationUtils.java127 public void updatePhoneAccountHandleMigrationPendingStatus(SQLiteDatabase sqLiteDatabase) { in updatePhoneAccountHandleMigrationPendingStatus() method in PhoneAccountHandleMigrationUtils
160 updatePhoneAccountHandleMigrationPendingStatus(db); in migratePendingPhoneAccountHandles()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogDatabaseHelper.java314 void updatePhoneAccountHandleMigrationPendingStatus() { in updatePhoneAccountHandleMigrationPendingStatus() method in CallLogDatabaseHelper
315 mPhoneAccountHandleMigrationUtils.updatePhoneAccountHandleMigrationPendingStatus( in updatePhoneAccountHandleMigrationPendingStatus()
DCallLogProvider.java1370 mDbHelper.updatePhoneAccountHandleMigrationPendingStatus(); in performBackgroundTask()
DContactsDatabaseHelper.java3553 protected void updatePhoneAccountHandleMigrationPendingStatus() { in updatePhoneAccountHandleMigrationPendingStatus() method in ContactsDatabaseHelper
3554 mPhoneAccountHandleMigrationUtils.updatePhoneAccountHandleMigrationPendingStatus( in updatePhoneAccountHandleMigrationPendingStatus()
DContactsProvider2.java1789 mContactsHelper.updatePhoneAccountHandleMigrationPendingStatus(); in performBackgroundTask()
1845 mContactsHelper.updatePhoneAccountHandleMigrationPendingStatus(); in performBackgroundTask()