Home
last modified time | relevance | path

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

/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
DEABContract.java159 public static final String VOLTE_CALL_AVAILABILITY = "volte_call_avalibility"; field in EABContract.EABColumns
250 VOLTE_CALL_AVAILABILITY,
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DContacts.java157 public static final String VOLTE_CALL_AVAILABILITY = field in Contacts.Impl
158 EABContract.EABColumns.VOLTE_CALL_AVAILABILITY;
DEABProvider.java92 + EABContract.EABColumns.VOLTE_CALL_AVAILABILITY + " INTEGER, "
418 EABContract.EABColumns.VOLTE_CALL_AVAILABILITY, in verifyIfMdnExists()
453 cvalues.put(EABContract.EABColumns.VOLTE_CALL_AVAILABILITY, in verifyIfMdnExists()
455 EABContract.EABColumns.VOLTE_CALL_AVAILABILITY))); in verifyIfMdnExists()
DEABContactManager.java80 Contacts.Impl.VOLTE_CALL_AVAILABILITY,
326 values.put(Contacts.Impl.VOLTE_CALL_AVAILABILITY, in toContentValues()
819 values.put(Contacts.Impl.VOLTE_CALL_AVAILABILITY, (String)null); in updateAllCapabilityToUnknown()
898 values.put(Contacts.Impl.VOLTE_CALL_AVAILABILITY, lteCallCapability); in update()