Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DPhoneAccountHandleMigrationUtils.java144 public void migratePendingPhoneAccountHandles(String iccId, String subId, SQLiteDatabase db) { in migratePendingPhoneAccountHandles() method in PhoneAccountHandleMigrationUtils
201 migratePendingPhoneAccountHandles(set.getKey(), set.getValue(), db); in migrateIccIdToSubId()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogDatabaseHelper.java323 void migratePendingPhoneAccountHandles(String iccId, String subId) { in migratePendingPhoneAccountHandles() method in CallLogDatabaseHelper
324 mPhoneAccountHandleMigrationUtils.migratePendingPhoneAccountHandles( in migratePendingPhoneAccountHandles()
DCallLogProvider.java1400 mDbHelper.migratePendingPhoneAccountHandles(iccId, phoneAccountHandle.getId()); in performBackgroundTask()
DContactsDatabaseHelper.java3548 protected void migratePendingPhoneAccountHandles(String iccId, String subId) { in migratePendingPhoneAccountHandles() method in ContactsDatabaseHelper
3549 mPhoneAccountHandleMigrationUtils.migratePendingPhoneAccountHandles( in migratePendingPhoneAccountHandles()
DContactsProvider2.java1843 mContactsHelper.migratePendingPhoneAccountHandles(iccId, in performBackgroundTask()