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

  /packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java 115 sendResponse(StkAppService.RES_ID_MENU_SELECTION, item.id, false);
231 sendResponse(StkAppService.RES_ID_MENU_SELECTION, stkItem.id, true);
StkAppService.java 102 static final int RES_ID_MENU_SELECTION = 11;
461 case RES_ID_MENU_SELECTION:
462 StkLog.d(this, "RES_ID_MENU_SELECTION");

Completed in 41 milliseconds