Searched refs:AppInterface (Results 1 – 8 of 8) sorted by relevance
84 public class CatService extends Handler implements AppInterface {543 Intent intent = new Intent(AppInterface.CAT_CMD_ACTION); in broadcastCatCmdIntent()546 intent.setComponent(AppInterface.getDefaultSTKApplication()); in broadcastCatCmdIntent()548 mContext.sendBroadcast(intent, AppInterface.STK_PERMISSION); in broadcastCatCmdIntent()559 Intent intent = new Intent(AppInterface.CAT_SESSION_END_ACTION); in handleSessionEnd()561 intent.setComponent(AppInterface.getDefaultSTKApplication()); in handleSessionEnd()562 mContext.sendBroadcast(intent, AppInterface.STK_PERMISSION); in handleSessionEnd()638 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in encodeOptionalTags()811 public static AppInterface getInstance() { in getInstance()825 public static AppInterface getInstance(int slotId) { in getInstance()[all …]
38 AppInterface.CommandType getCommandType() { in getCommandType()39 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCommandType()
143 AppInterface.CommandType cmdType = AppInterface.CommandType in make()598 AppInterface.CommandType cmdType = AppInterface.CommandType in processSelectItem()605 } else if (cmdType == AppInterface.CommandType.SET_UP_MENU) { in processSelectItem()1066 AppInterface.CommandType commandType = in processBIPClient()1067 AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in processBIPClient()
219 public AppInterface.CommandType getCmdType() { in getCmdType()220 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCmdType()
27 public interface AppInterface { interface
25 import com.android.internal.telephony.cat.AppInterface.CommandType;
4915 com.android.internal.telephony.cat.AppInterface
23048 …internal/telephony/cat/CatService;->getInstance(I)Lcom/android/internal/telephony/cat/AppInterface;37811 Lcom/android/internal/telephony/cat/AppInterface;