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

  /frameworks/base/telecomm/java/android/telecom/
Call.java 165 public static final int CAPABILITY_VoWIFI = 0x00000800;
267 if (can(capabilities, CAPABILITY_VoWIFI)) {
268 builder.append(" CAPABILITY_VoWIFI");
    [all...]
Connection.java 130 public static final int CAPABILITY_VoWIFI = 0x00000800;
236 if (can(capabilities, CAPABILITY_VoWIFI)) {
237 builder.append(" CAPABILITY_VoWIFI");
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 589 Connection.CAPABILITY_VoWIFI,
590 android.telecom.Call.Details.CAPABILITY_VoWIFI,

Completed in 675 milliseconds