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 75 switch(getCmdType()) {
134 switch (getCmdType()) {
167 switch(getCmdType()) {
205 public AppInterface.CommandType getCmdType() {
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 473 ((CatCmdMessage)msg.obj).getCmdType()!= null) {
474 CatLog.d(LOG_TAG, "cmdName[" + ((CatCmdMessage)msg.obj).getCmdType().name() + "]");
492 mStkContext[slotId].mCurrentCmd.getCmdType());
694 switch (cmd.getCmdType()) {
815 CatLog.d(LOG_TAG,"[handleCmd]" + cmdMsg.getCmdType().name());
816 switch (cmdMsg.getCmdType()) {
    [all...]

Completed in 339 milliseconds