HomeSort by relevance Sort by last modified time
    Searched refs:VOLTE_CALL_CAPABILITY (Results 1 - 4 of 4) sorted by null

  /external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
EABContract.java 143 public static final String VOLTE_CALL_CAPABILITY = "volte_call_capability";
248 VOLTE_CALL_CAPABILITY,
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
Contacts.java 139 public static final String VOLTE_CALL_CAPABILITY =
140 EABContract.EABColumns.VOLTE_CALL_CAPABILITY;
EABProvider.java 90 + EABContract.EABColumns.VOLTE_CALL_CAPABILITY + " INTEGER, "
285 + " where " + EABContract.EABColumns.VOLTE_CALL_CAPABILITY + " >'" +
416 EABContract.EABColumns.VOLTE_CALL_CAPABILITY,
447 cvalues.put(EABContract.EABColumns.VOLTE_CALL_CAPABILITY, cursor.getString(
449 EABContract.EABColumns.VOLTE_CALL_CAPABILITY)));
EABContactManager.java 78 Contacts.Impl.VOLTE_CALL_CAPABILITY,
318 values.put(Contacts.Impl.VOLTE_CALL_CAPABILITY,
817 values.put(Contacts.Impl.VOLTE_CALL_CAPABILITY, (String)null);
    [all...]

Completed in 63 milliseconds