Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DPhoneAccountHandleMigrationUtils.java145 ContentValues valuesForPhoneAccountId = new ContentValues(); in migratePendingPhoneAccountHandles() local
146 valuesForPhoneAccountId.put(PHONE_ACCOUNT_ID_FIELDS[mType], subId); in migratePendingPhoneAccountHandles()
147 valuesForPhoneAccountId.put(PENDING_STATUS_FIELDS[mType], 0); in migratePendingPhoneAccountHandles()
153 int count = db.update(TABLES[mType], valuesForPhoneAccountId, selection, selectionArgs); in migratePendingPhoneAccountHandles()