Home
last modified time | relevance | path

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

/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
DEABContract.java143 public static final String VOLTE_CALL_CAPABILITY = "volte_call_capability"; field in EABContract.EABColumns
248 VOLTE_CALL_CAPABILITY,
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DContacts.java139 public static final String VOLTE_CALL_CAPABILITY = field in Contacts.Impl
140 EABContract.EABColumns.VOLTE_CALL_CAPABILITY;
DEABProvider.java90 + EABContract.EABColumns.VOLTE_CALL_CAPABILITY + " INTEGER, "
285 + " where " + EABContract.EABColumns.VOLTE_CALL_CAPABILITY + " >'" + in queryInternal()
416 EABContract.EABColumns.VOLTE_CALL_CAPABILITY, in verifyIfMdnExists()
447 cvalues.put(EABContract.EABColumns.VOLTE_CALL_CAPABILITY, cursor.getString( in verifyIfMdnExists()
449 EABContract.EABColumns.VOLTE_CALL_CAPABILITY))); in verifyIfMdnExists()
DEABContactManager.java78 Contacts.Impl.VOLTE_CALL_CAPABILITY,
318 values.put(Contacts.Impl.VOLTE_CALL_CAPABILITY, in toContentValues()
817 values.put(Contacts.Impl.VOLTE_CALL_CAPABILITY, (String)null); in updateAllCapabilityToUnknown()
908 values.put(Contacts.Impl.VOLTE_CALL_CAPABILITY, lteCallCapability); in update()