Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatCmdMessage.java86 switch(getCmdType()) { in CatCmdMessage()
147 switch (getCmdType()) { in CatCmdMessage()
181 switch(getCmdType()) { in writeToParcel()
220 public AppInterface.CommandType getCmdType() { in getCmdType() method in CatCmdMessage
/aosp12/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java557 ((CatCmdMessage)msg.obj).getCmdType()!= null) { in handleMessage()
581 mStkContext[slotId].mCurrentCmd.getCmdType()); in handleMessage()
922 switch (cmd.getCmdType()) { in isCmdInteractive()
1079 CatLog.d(LOG_TAG,"[handleCmd]" + cmdMsg.getCmdType().name()); in handleCmd()
1080 switch (cmdMsg.getCmdType()) { in handleCmd()
1216 switch(cmdMsg.getCmdType()) { in handleCmd()
1305 mCurrentMenuCmd.getCmdType()); in handleCmdResponse()
1307 switch(mStkContext[slotId].mCurrentMenuCmd.getCmdType()) { in handleCmdResponse()
1344 switch (mStkContext[slotId].mCurrentCmd.getCmdType()) { in handleCmdResponse()
1417 switch (mStkContext[slotId].mCurrentCmd.getCmdType()) { in handleCmdResponse()
[all …]