Home
last modified time | relevance | path

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

12

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/adselection/
DConsentedDebugShellCommandTest.java31 import static com.android.adservices.service.shell.adselection.ConsentedDebugShellCommand.HELP;
82 HELP, in test_noSubCommand_failure()
92 HELP, in test_unknownSubCommand_failure()
133 HELP, in test_enableConsentedDebugging_emptyDebugToken()
150 HELP, in test_enableConsentedDebugging_invalidDebugTokenLength()
169 HELP, in test_enableConsentedDebugging_invalidExpiry()
188 HELP, in test_enableConsentedDebugging_expiryGreaterThan30Days()
207 HELP, in test_enableConsentedDebugging_invalidArgs()
254 HELP, in test_disableConsentedDebugging_invalidArgs()
282 HELP, in test_view_invalidArgs()
[all …]
DAdSelectionShellCommandFactoryTest.java135 ConsentedDebugShellCommand.HELP, in test_getAllCommandsHelp()
136 GetAdSelectionDataCommand.HELP, in test_getAllCommandsHelp()
137 MockAuctionResultCommand.HELP)); in test_getAllCommandsHelp()
DGetAdSelectionDataCommandTest.java64 GetAdSelectionDataCommand.HELP, in testRun_missingBothArguments_returnsHelp()
74 GetAdSelectionDataCommand.HELP, in testRun_missingBuyerArgument_returnsHelp()
DMockAuctionResultCommandTest.java35 MockAuctionResultCommand.HELP, in testRun_missingArguments_returnsHelp()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/adselection/
DConsentedDebugShellCommand.java97 public static final String HELP = field in ConsentedDebugShellCommand
139 return HELP; in getCommandHelp()
151 return invalidArgsError(HELP, err, CONSENTED_DEBUG_DEFAULT_COMMAND, args); in run()
174 out.print(HELP); in run()
178 return invalidArgsError(HELP, err, CONSENTED_DEBUG_DEFAULT_COMMAND, args); in run()
188 return invalidArgsError(HELP, err, metricsLoggerCommand, args); in run()
DMockAuctionResultCommand.java39 public static final String HELP = field in MockAuctionResultCommand
62 return invalidArgsError(HELP, err, COMMAND_AD_SELECTION_MOCK_AUCTION_RESULT, args); in run()
79 return HELP; in getCommandHelp()
DGetAdSelectionDataCommand.java68 public static final String HELP = field in GetAdSelectionDataCommand
101 return invalidArgsError(HELP, err, COMMAND_AD_SELECTION_GET_AD_SELECTION_DATA, args); in run()
193 return HELP; in getCommandHelp()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/
DAdServicesShellCommandHandlerTest.java251 CustomAudienceListCommand.HELP, in assertHelpContents()
252 CustomAudienceViewCommand.HELP, in assertHelpContents()
253 CustomAudienceRefreshCommand.HELP, in assertHelpContents()
254 ConsentedDebugShellCommand.HELP, in assertHelpContents()
255 GenerateInputForEncodingCommand.HELP, in assertHelpContents()
256 GetAdSelectionDataCommand.HELP, in assertHelpContents()
257 MockAuctionResultCommand.HELP)); in assertHelpContents()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/customaudience/
DCustomAudienceShellCommandFactoryTest.java109 CustomAudienceListCommand.HELP, in test_getAllCommandsHelp()
110 CustomAudienceRefreshCommand.HELP, in test_getAllCommandsHelp()
111 CustomAudienceViewCommand.HELP)); in test_getAllCommandsHelp()
DCustomAudienceViewCommandTest.java69 CustomAudienceViewCommand.HELP, in testRun_missingArgument_returnsHelp()
161 .isEqualTo(CustomAudienceViewCommand.HELP); in test_getCommandHelp()
DCustomAudienceListCommandTest.java120 CustomAudienceListCommand.HELP, in testRun_missingArgument_returnsGenericError()
181 .isEqualTo(CustomAudienceListCommand.HELP); in test_getCommandHelp()
DCustomAudienceRefreshCommandTest.java238 .isEqualTo(CustomAudienceRefreshCommand.HELP); in test_getCommandHelp()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/signals/
DGenerateInputForEncodingCommand.java52 public static final String HELP = field in GenerateInputForEncodingCommand
84 HELP, err, COMMAND_APP_SIGNALS_GENERATE_INPUT_FOR_ENCODING, args); in run()
125 return HELP; in getCommandHelp()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/customaudience/
DCustomAudienceListCommand.java50 public static final String HELP = field in CustomAudienceListCommand
83 return HELP; in getCommandHelp()
93 return invalidArgsError(HELP, err, COMMAND_CUSTOM_AUDIENCE_LIST, args); in run()
DCustomAudienceViewCommand.java43 public static final String HELP = field in CustomAudienceViewCommand
84 return HELP; in getCommandHelp()
94 return invalidArgsError(HELP, err, COMMAND_CUSTOM_AUDIENCE_VIEW, args); in run()
DCustomAudienceRefreshCommand.java48 public static final String HELP = field in CustomAudienceRefreshCommand
121 return invalidArgsError(HELP, err, COMMAND_CUSTOM_AUDIENCE_REFRESH, args); in run()
160 return HELP; in getCommandHelp()
/packages/apps/Contacts/src/com/android/contacts/logging/
DQuickContactEvent.java68 public static final int HELP = 9; field in QuickContactEvent.ActionType
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/signals/
DSignalsShellCommandFactoryTest.java85 .containsExactlyElementsIn(Sets.newHashSet(GenerateInputForEncodingCommand.HELP)); in test_getAllCommandsHelp()
/packages/apps/Stk/src/com/android/stk/
DStkMenuActivity.java464 args.putBoolean(StkAppService.HELP, help); in sendResponse()
DStkInputActivity.java307 args.putBoolean(StkAppService.HELP, help); in sendResponse()
DStkAppService.java192 static final String HELP = "help"; field in StkAppService
1304 boolean helpRequired = args.getBoolean(HELP, false); in handleCmdResponse()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java2497 ActionType.HELP, /* thirdPartyAction */ null); in Logger.logQuickContactEvent() argument
/packages/providers/TelephonyProvider/assets/latest_carrier_id/
Dcarrier_list.textpb11772 carrier_name: "HELP mobile AT"
/packages/providers/TelephonyProvider/assets/sdk34_carrier_id/
Dcarrier_list.textpb11793 carrier_name: "HELP mobile AT"
/packages/providers/TelephonyProvider/assets/sdk33_carrier_id/
Dcarrier_list.textpb12219 carrier_name: "HELP mobile AT"

12