HomeSort by relevance Sort by last modified time
    Searched refs:getCmdType (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatCmdMessage.java 55 switch(getCmdType()) {
103 switch (getCmdType()) {
125 switch(getCmdType()) {
155 public AppInterface.CommandType getCmdType() {
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 319 switch (cmd.getCmdType()) {
386 CatLog.d(this, cmdMsg.getCmdType().name());
387 switch (cmdMsg.getCmdType()) {
453 switch(cmdMsg.getCmdType()) {
500 switch(mCurrentCmd.getCmdType()) {
533 switch (mCurrentCmd.getCmdType()) {
572 if ((mCurrentCmd.getCmdType().value() == AppInterface.CommandType.DISPLAY_TEXT
    [all...]

Completed in 277 milliseconds