Home
last modified time | relevance | path

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

/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
DEABContract.java167 public static final String VOLTE_CALL_AVAILABILITY_TIMESTAMP = field in EABContract.EABColumns
249 VOLTE_CALL_AVAILABILITY_TIMESTAMP,
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DContacts.java166 public static final String VOLTE_CALL_AVAILABILITY_TIMESTAMP = field in Contacts.Impl
167 EABContract.EABColumns.VOLTE_CALL_AVAILABILITY_TIMESTAMP;
DEABProvider.java93 + EABContract.EABColumns.VOLTE_CALL_AVAILABILITY_TIMESTAMP + " LONG, "
419 EABContract.EABColumns.VOLTE_CALL_AVAILABILITY_TIMESTAMP, in verifyIfMdnExists()
456 cvalues.put(EABContract.EABColumns.VOLTE_CALL_AVAILABILITY_TIMESTAMP, in verifyIfMdnExists()
458 EABContract.EABColumns.VOLTE_CALL_AVAILABILITY_TIMESTAMP))); in verifyIfMdnExists()
DEABContactManager.java81 Contacts.Impl.VOLTE_CALL_AVAILABILITY_TIMESTAMP,
330 values.put(Contacts.Impl.VOLTE_CALL_AVAILABILITY_TIMESTAMP, in toContentValues()
820 values.put(Contacts.Impl.VOLTE_CALL_AVAILABILITY_TIMESTAMP, (String)null); in updateAllCapabilityToUnknown()
899 values.put(Contacts.Impl.VOLTE_CALL_AVAILABILITY_TIMESTAMP, (long)lteCallTimestamp); in update()