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 199 static final int OP_LAUNCH_APP = 3;
347 case OP_LAUNCH_APP:
485 case OP_LAUNCH_APP:
491 CatLog.d(LOG_TAG, "handleMessage OP_LAUNCH_APP - mCmdInProgress[" +
    [all...]

Completed in 45 milliseconds