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.java84 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 …]
DCommandParams.java38 AppInterface.CommandType getCommandType() { in getCommandType()
39 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCommandType()
DCommandParamsFactory.java143 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()
DCatCmdMessage.java219 public AppInterface.CommandType getCmdType() { in getCmdType()
220 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCmdType()
DAppInterface.java27 public interface AppInterface { interface
DResponseData.java25 import com.android.internal.telephony.cat.AppInterface.CommandType;
/frameworks/base/config/
Dpreloaded-classes4915 com.android.internal.telephony.cat.AppInterface
Dboot-image-profile.txt23048 …internal/telephony/cat/CatService;->getInstance(I)Lcom/android/internal/telephony/cat/AppInterface;
37811 Lcom/android/internal/telephony/cat/AppInterface;