Searched refs:cvalues (Results 1 – 1 of 1) sorted by relevance
353 private ContentValues verifyIfMdnExists(ContentValues cvalues) { in verifyIfMdnExists() argument355 if (cvalues.containsKey(EABContract.EABColumns.CONTACT_NUMBER)) { in verifyIfMdnExists()356 phoneNumber = cvalues.getAsString(EABContract.EABColumns.CONTACT_NUMBER); in verifyIfMdnExists()358 return cvalues; in verifyIfMdnExists()361 return cvalues; in verifyIfMdnExists()383 cvalues.put(EABContract.EABColumns.VOLTE_CALL_SERVICE_CONTACT_ADDRESS, in verifyIfMdnExists()386 cvalues.put(EABContract.EABColumns.VOLTE_CALL_CAPABILITY, cursor.getString(cursor in verifyIfMdnExists()388 cvalues.put(EABContract.EABColumns.VOLTE_CALL_CAPABILITY_TIMESTAMP, in verifyIfMdnExists()391 cvalues.put(EABContract.EABColumns.VOLTE_CALL_AVAILABILITY, cursor.getString(cursor in verifyIfMdnExists()393 cvalues.put(EABContract.EABColumns.VOLTE_CALL_AVAILABILITY_TIMESTAMP, in verifyIfMdnExists()[all …]