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.java223 args.putInt(StkAppService.OPCODE, StkAppService.OP_LAUNCH_APP); in launchSTKMainMenu()
DStkAppService.java211 static final int OP_LAUNCH_APP = 3; field in StkAppService
391 case OP_LAUNCH_APP: in onStart()
572 case OP_LAUNCH_APP: in handleMessage()
1580 if (mStkContext[slotId].mOpCode == OP_LAUNCH_APP && in launchMenuActivity()