Home
last modified time | relevance | path

Searched refs:AppInterface (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/apps/Stk/src/com/android/stk/
H A DStkCmdReceiver.java19 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 …]
H A DStkAppService.java79 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 …]
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java82 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 …]
H A DCommandParamsFactory.java153 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()
H A DCommandParams.java39 AppInterface.CommandType getCommandType() { in getCommandType()
40 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCommandType()
H A DCatCmdMessage.java220 public AppInterface.CommandType getCmdType() { in getCmdType()
221 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCmdType()
H A DAppInterface.java28 public interface AppInterface { interface
H A DResponseData.java26 import com.android.internal.telephony.cat.AppInterface.CommandType;
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes9643 com.android.internal.telephony.cat.AppInterface$CommandType
9644 com.android.internal.telephony.cat.AppInterface
H A Dboot-image-profile.txt34100 Lcom/android/internal/telephony/cat/AppInterface$CommandType;
34101 Lcom/android/internal/telephony/cat/AppInterface;
36654 [Lcom/android/internal/telephony/cat/AppInterface$CommandType;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes9664 com.android.internal.telephony.cat.AppInterface$CommandType
9665 com.android.internal.telephony.cat.AppInterface
H A Dboot-image-profile.txt43764 Lcom/android/internal/telephony/cat/AppInterface$CommandType;
43765 Lcom/android/internal/telephony/cat/AppInterface;
48835 [Lcom/android/internal/telephony/cat/AppInterface$CommandType;