HomeSort by relevance Sort by last modified time
    Searched defs:isVoice (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
DriverCall.java 46 public boolean isVoice;
68 ret.isVoice = (0 == p.nextInt());
112 + (isVoice ? "voc" : "nonvoc") + ","
  /hardware/ril/include/telephony/
ril.h 177 char isVoice; /* nonzero if this is is a voice call */
    [all...]

Completed in 67 milliseconds