HomeSort by relevance Sort by last modified time
    Searched refs:uusDcs (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) {
73 mUusDcs = uusDcs;
81 public void setDcs(int uusDcs) {
82 mUusDcs = uusDcs;
  /hardware/ril/include/telephony/
ril.h 162 RIL_UUS_DCS uusDcs; /* UUS Data Coding Scheme */
    [all...]
  /hardware/ril/libril/
ril.cpp 645 uusInfo.uusDcs = (RIL_UUS_DCS) t;
669 appendPrintBuf("%s,uusType=%d,uusDcs=%d,uusLen=%d", printBuf,
670 dial.uusInfo->uusType, dial.uusInfo->uusDcs,
    [all...]

Completed in 75 milliseconds