HomeSort by relevance Sort by last modified time
    Searched defs:CAPABILITY_VoWIFI (Results 1 - 2 of 2) 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...]

Completed in 1196 milliseconds