Home
last modified time | relevance | path

Searched refs:HELP (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/logging/
DQuickContactEvent.java68 public static final int HELP = 9; field in QuickContactEvent.ActionType
/packages/apps/Stk/src/com/android/stk/
DStkMenuActivity.java463 args.putBoolean(StkAppService.HELP, help); in sendResponse()
DStkInputActivity.java303 args.putBoolean(StkAppService.HELP, help); in sendResponse()
DStkAppService.java192 static final String HELP = "help"; field in StkAppService
1299 boolean helpRequired = args.getBoolean(HELP, false); in handleCmdResponse()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java2488 ActionType.HELP, /* thirdPartyAction */ null); in Logger.logQuickContactEvent() argument