Home
last modified time | relevance | path

Searched refs:uusType (Results 1 – 2 of 2) 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()
DRILUtils.java1960 info.uusType = uusInfo.getType(); in convertToHalDial()
1982 info.uusType = uusInfo.getType(); in convertToHalDialAidl()
3935 dc.uusInfo.setType(call10.uusInfo.get(0).uusType); in convertToDriverCall()
3975 dc.uusInfo.setType(halCall.uusInfo[0].uusType); in convertToDriverCall()