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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
UUSInfo.java 71 public UUSInfo(int uusType, int uusDcs, byte[] uusData) {
72 mUusType = uusType;
89 public void setType(int uusType) {
90 mUusType = uusType;
  /hardware/ril/include/telephony/
ril.h 161 RIL_UUS_Type uusType; /* UUS Type */
    [all...]
  /hardware/ril/libril/
ril.cpp 642 uusInfo.uusType = (RIL_UUS_Type) t;
669 appendPrintBuf("%s,uusType=%d,uusDcs=%d,uusLen=%d", printBuf,
670 dial.uusInfo->uusType, dial.uusInfo->uusDcs,
    [all...]

Completed in 271 milliseconds