Home
last modified time | relevance | path

Searched refs:uusType (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DUUSInfo.java71 public UUSInfo(int uusType, int uusDcs, byte[] uusData) { in UUSInfo() argument
72 mUusType = uusType; in UUSInfo()
89 public void setType(int uusType) { in setType() argument
90 mUusType = uusType; in setType()
DRadioResponse.java1498 dc.uusInfo.setType(calls.get(i).uusInfo.get(0).uusType); in responseCurrentCalls()
1577 dc.uusInfo.setType(calls.get(i).base.uusInfo.get(0).uusType); in responseCurrentCalls_1_2()
DRIL.java785 info.uusType = uusInfo.getType(); in dial()