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.java74 public UUSInfo(int uusType, int uusDcs, byte[] uusData) { in UUSInfo() argument
75 mUusType = uusType; in UUSInfo()
94 public void setType(int uusType) { in setType() argument
95 mUusType = uusType; in setType()
DRadioResponse.java2300 dc.uusInfo.setType(call.uusInfo.get(0).uusType); in convertToDriverCall()
DRIL.java1255 info.uusType = uusInfo.getType(); in dial()
1285 info.uusType = uusInfo.getType(); in emergencyDial()