Searched refs:AppInterface (Results 1 – 7 of 7) sorted by relevance
76 public class CatService extends Handler implements AppInterface {513 Intent intent = new Intent(AppInterface.CAT_CMD_ACTION); in broadcastCatCmdIntent()516 intent.setComponent(AppInterface.getDefaultSTKApplication()); in broadcastCatCmdIntent()518 mContext.sendBroadcast(intent, AppInterface.STK_PERMISSION); in broadcastCatCmdIntent()529 Intent intent = new Intent(AppInterface.CAT_SESSION_END_ACTION); in handleSessionEnd()531 intent.setComponent(AppInterface.getDefaultSTKApplication()); in handleSessionEnd()532 mContext.sendBroadcast(intent, AppInterface.STK_PERMISSION); in handleSessionEnd()607 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in encodeOptionalTags()776 public static AppInterface getInstance() { in getInstance()790 public static AppInterface getInstance(int slotId) { in getInstance()[all …]
34 AppInterface.CommandType getCommandType() { in getCommandType()35 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCommandType()
208 public AppInterface.CommandType getCmdType() { in getCmdType()209 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCmdType()
143 AppInterface.CommandType cmdType = AppInterface.CommandType in make()616 AppInterface.CommandType cmdType = AppInterface.CommandType in processSelectItem()623 } else if (cmdType == AppInterface.CommandType.SET_UP_MENU) { in processSelectItem()1019 AppInterface.CommandType commandType = in processBIPClient()1020 AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in processBIPClient()
26 public interface AppInterface { interface
26 import com.android.internal.telephony.cat.AppInterface.CommandType;
5657 com.android.internal.telephony.cat.AppInterface