HomeSort by relevance Sort by last modified time
    Searched refs:OP_LAUNCH_APP (Results 1 - 3 of 3) sorted by null

  /packages/apps/Stk/src/com/android/stk/
StkMain.java 98 args.putInt(StkAppService.OPCODE, StkAppService.OP_LAUNCH_APP);
StkLauncherActivity.java 199 args.putInt(StkAppService.OPCODE, StkAppService.OP_LAUNCH_APP);
StkAppService.java 195 static final int OP_LAUNCH_APP = 3;
340 case OP_LAUNCH_APP:
478 case OP_LAUNCH_APP:
484 CatLog.d(LOG_TAG, "handleMessage OP_LAUNCH_APP - mCmdInProgress[" +
    [all...]

Completed in 556 milliseconds