Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatService.java81 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 …]
DCommandParams.java38 AppInterface.CommandType getCommandType() { in getCommandType()
39 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCommandType()
DCatCmdMessage.java219 public AppInterface.CommandType getCmdType() { in getCmdType()
220 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCmdType()
DCommandParamsFactory.java152 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()
DAppInterface.java27 public interface AppInterface { interface
DResponseData.java25 import com.android.internal.telephony.cat.AppInterface.CommandType;
/frameworks/base/config/
Dpreloaded-classes8852 com.android.internal.telephony.cat.AppInterface$CommandType
8853 com.android.internal.telephony.cat.AppInterface
Dboot-image-profile.txt49438 Lcom/android/internal/telephony/cat/AppInterface$CommandType;
49439 Lcom/android/internal/telephony/cat/AppInterface;