Searched refs:AppInterface (Results 1 – 8 of 8) sorted by relevance
81 public class CatService extends Handler implements AppInterface {540 Intent intent = new Intent(AppInterface.CAT_CMD_ACTION); in broadcastCatCmdIntent()543 intent.setComponent(AppInterface.getDefaultSTKApplication()); in broadcastCatCmdIntent()545 mContext.sendBroadcast(intent, AppInterface.STK_PERMISSION); in broadcastCatCmdIntent()556 Intent intent = new Intent(AppInterface.CAT_SESSION_END_ACTION); in handleSessionEnd()558 intent.setComponent(AppInterface.getDefaultSTKApplication()); in handleSessionEnd()559 mContext.sendBroadcast(intent, AppInterface.STK_PERMISSION); in handleSessionEnd()635 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in encodeOptionalTags()808 public static AppInterface getInstance() { in getInstance()822 public static AppInterface getInstance(int slotId) { in getInstance()[all …]
38 AppInterface.CommandType getCommandType() { in getCommandType()39 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCommandType()
219 public AppInterface.CommandType getCmdType() { in getCmdType()220 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCmdType()
152 AppInterface.CommandType cmdType = AppInterface.CommandType in make()607 AppInterface.CommandType cmdType = AppInterface.CommandType in processSelectItem()614 } else if (cmdType == AppInterface.CommandType.SET_UP_MENU) { in processSelectItem()1075 AppInterface.CommandType commandType = in processBIPClient()1076 AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in processBIPClient()
27 public interface AppInterface { interface
25 import com.android.internal.telephony.cat.AppInterface.CommandType;
8852 com.android.internal.telephony.cat.AppInterface$CommandType8853 com.android.internal.telephony.cat.AppInterface
49438 Lcom/android/internal/telephony/cat/AppInterface$CommandType;49439 Lcom/android/internal/telephony/cat/AppInterface;