Home
last modified time | relevance | path

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

/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
DEABContract.java200 public static final String VIDEO_CALL_AVAILABILITY = "video_call_availability"; field in EABContract.EABColumns
255 VIDEO_CALL_AVAILABILITY,
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DContacts.java202 public static final String VIDEO_CALL_AVAILABILITY = field in Contacts.Impl
203 EABContract.EABColumns.VIDEO_CALL_AVAILABILITY;
DEABProvider.java97 + EABContract.EABColumns.VIDEO_CALL_AVAILABILITY + " INTEGER, "
423 EABContract.EABColumns.VIDEO_CALL_AVAILABILITY, in verifyIfMdnExists()
468 cvalues.put(EABContract.EABColumns.VIDEO_CALL_AVAILABILITY, in verifyIfMdnExists()
470 EABContract.EABColumns.VIDEO_CALL_AVAILABILITY))); in verifyIfMdnExists()
DEABContactManager.java85 Contacts.Impl.VIDEO_CALL_AVAILABILITY,
347 values.put(Contacts.Impl.VIDEO_CALL_AVAILABILITY, in toContentValues()
825 values.put(Contacts.Impl.VIDEO_CALL_AVAILABILITY, (String)null); in updateAllCapabilityToUnknown()
851 values.put(Contacts.Impl.VIDEO_CALL_AVAILABILITY, (String)null); in updateAllVtCapabilityToUnknown()
916 values.put(Contacts.Impl.VIDEO_CALL_AVAILABILITY, videoCallCapability); in update()