Searched refs:valuesForPhoneAccountId (Results 1 – 1 of 1) sorted by relevance
145 ContentValues valuesForPhoneAccountId = new ContentValues(); in migratePendingPhoneAccountHandles() local146 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()