Home
last modified time | relevance | path

Searched refs:OP_LAUNCH_APP (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
DStkMain.java98 args.putInt(StkAppService.OPCODE, StkAppService.OP_LAUNCH_APP); in launchSTKMainMenu()
DStkLauncherActivity.java222 args.putInt(StkAppService.OPCODE, StkAppService.OP_LAUNCH_APP); in launchSTKMainMenu()
DStkAppService.java220 static final int OP_LAUNCH_APP = 3; field in StkAppService
389 case OP_LAUNCH_APP: in onStart()
559 case OP_LAUNCH_APP: in handleMessage()
1515 if (mStkContext[slotId].mOpCode == OP_LAUNCH_APP && in launchMenuActivity()