Searched refs:AppInterface (Results 1 – 12 of 12) sorted by relevance
19 import com.android.internal.telephony.cat.AppInterface;27 import com.android.internal.telephony.cat.AppInterface;44 if (action.equals(AppInterface.CAT_CMD_ACTION)) { in onReceive()46 } else if (action.equals(AppInterface.CAT_SESSION_END_ACTION)) { in onReceive()48 } else if (action.equals(AppInterface.CAT_ICC_STATUS_CHANGE)) { in onReceive()50 } else if (action.equals(AppInterface.CAT_ALPHA_NOTIFY_ACTION)) { in onReceive()73 args.putBoolean(AppInterface.CARD_STATUS, in handleAction()74 intent.getBooleanExtra(AppInterface.CARD_STATUS, true)); in handleAction()75 args.putInt(AppInterface.REFRESH_RESULT, in handleAction()76 intent.getIntExtra(AppInterface.REFRESH_RESULT, in handleAction()[all …]
79 import com.android.internal.telephony.cat.AppInterface;170 private AppInterface[] mStkService = null;313 mStkService = new AppInterface[maxSimCount]; in onCreate()714 boolean cardStatus = args.getBoolean(AppInterface.CARD_STATUS); in handleCardStatusChangeAndIccRefresh()727 == AppInterface.CommandType.PLAY_TONE.value()) { in handleCardStatusChangeAndIccRefresh()1390 AppInterface.CommandType.DISPLAY_TEXT.value()) in handleCmdResponse()1411 AppInterface.CommandType.OPEN_CHANNEL.value()) { in handleCmdResponse()1482 == AppInterface.CommandType.GET_INPUT.value() in cleanUpInstanceStackBySlot()1484 == AppInterface.CommandType.GET_INKEY.value()) { in cleanUpInstanceStackBySlot()1487 == AppInterface.CommandType.SET_UP_MENU.value() in cleanUpInstanceStackBySlot()[all …]
82 public class CatService extends Handler implements AppInterface {541 Intent intent = new Intent(AppInterface.CAT_CMD_ACTION); in broadcastCatCmdIntent()546 mContext.sendBroadcast(intent, AppInterface.STK_PERMISSION); in broadcastCatCmdIntent()560 mContext.sendBroadcast(intent, AppInterface.STK_PERMISSION); in handleSessionEnd()809 public static AppInterface getInstance() { in getInstance()823 public static AppInterface getInstance(int slotId) { in getInstance()915 intent.putExtra(AppInterface.CARD_STATUS, cardPresent); in broadcastCardStateAndIccRefreshResp()920 mContext.sendBroadcast(intent, AppInterface.STK_PERMISSION); in broadcastCardStateAndIccRefreshResp()927 intent.putExtra(AppInterface.ALPHA_STRING, alphaString); in broadcastAlphaMessage()991 AppInterface.CommandType type = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in handleCmdResponse()[all …]
153 AppInterface.CommandType cmdType = AppInterface.CommandType in make()608 AppInterface.CommandType cmdType = AppInterface.CommandType in processSelectItem()615 } else if (cmdType == AppInterface.CommandType.SET_UP_MENU) { in processSelectItem()1076 AppInterface.CommandType commandType = in processBIPClient()1077 AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in processBIPClient()
39 AppInterface.CommandType getCommandType() { in getCommandType()40 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCommandType()
220 public AppInterface.CommandType getCmdType() { in getCmdType()221 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCmdType()
28 public interface AppInterface { interface
26 import com.android.internal.telephony.cat.AppInterface.CommandType;
9643 com.android.internal.telephony.cat.AppInterface$CommandType9644 com.android.internal.telephony.cat.AppInterface
34100 Lcom/android/internal/telephony/cat/AppInterface$CommandType;34101 Lcom/android/internal/telephony/cat/AppInterface;36654 [Lcom/android/internal/telephony/cat/AppInterface$CommandType;
9664 com.android.internal.telephony.cat.AppInterface$CommandType9665 com.android.internal.telephony.cat.AppInterface
43764 Lcom/android/internal/telephony/cat/AppInterface$CommandType;43765 Lcom/android/internal/telephony/cat/AppInterface;48835 [Lcom/android/internal/telephony/cat/AppInterface$CommandType;