Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatService.java76 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 …]
DCommandParams.java34 AppInterface.CommandType getCommandType() { in getCommandType()
35 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCommandType()
DCatCmdMessage.java208 public AppInterface.CommandType getCmdType() { in getCmdType()
209 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCmdType()
DCommandParamsFactory.java143 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()
DAppInterface.java26 public interface AppInterface { interface
DResponseData.java26 import com.android.internal.telephony.cat.AppInterface.CommandType;
/frameworks/base/
Dcompiled-classes-phone5657 com.android.internal.telephony.cat.AppInterface