Home
last modified time | relevance | path

Searched refs:cmdType (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCommandParamsFactory.java143 AppInterface.CommandType cmdType = AppInterface.CommandType in make() local
145 if (cmdType == null) { in make()
161 switch (cmdType) { in make()
598 AppInterface.CommandType cmdType = AppInterface.CommandType in processSelectItem() local
605 } else if (cmdType == AppInterface.CommandType.SET_UP_MENU) { in processSelectItem()
DCatService.java638 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in encodeOptionalTags() local
639 if (cmdType != null) { in encodeOptionalTags()
640 switch (cmdType) { in encodeOptionalTags()