Home
last modified time | relevance | path

Searched defs:shellCommand (Results 1 – 10 of 10) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/customaudience/
DCustomAudienceShellCommandFactoryTest.java48 ShellCommand shellCommand = mFactory.getShellCommand(CustomAudienceViewCommand.CMD); in test_viewCmd() local
54 ShellCommand shellCommand = mFactory.getShellCommand(CustomAudienceListCommand.CMD); in test_listCmd() local
60 ShellCommand shellCommand = mFactory.getShellCommand(CustomAudienceRefreshCommand.CMD); in test_refreshCmd() local
66 ShellCommand shellCommand = mFactory.getShellCommand("invalid"); in test_invalidCmd() local
72 ShellCommand shellCommand = mFactory.getShellCommand(null); in test_nullCmd() local
78 ShellCommand shellCommand = mFactory.getShellCommand(""); in test_emptyCmd() local
87 ShellCommand shellCommand = mFactory.getShellCommand(CustomAudienceListCommand.CMD); in test_cliDisabled() local
96 ShellCommand shellCommand = mFactory.getShellCommand("invalid"); in test_invalidCmdCLIDisabled() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/adselection/
DAdSelectionShellCommandFactoryTest.java55 ShellCommand shellCommand = mFactory.getShellCommand(ConsentedDebugShellCommand.CMD); in test_consentedDebugCmd() local
61 ShellCommand shellCommand = mFactory.getShellCommand(GetAdSelectionDataCommand.CMD); in test_GetAdSelectionDataCmd() local
74 ShellCommand shellCommand = mFactory.getShellCommand(ConsentedDebugShellCommand.CMD); in test_consentedDebugCmdDisabled() local
87 ShellCommand shellCommand = mFactory.getShellCommand(GetAdSelectionDataCommand.CMD); in test_GetAdSelectionDataCmdDisabled() local
93 ShellCommand shellCommand = mFactory.getShellCommand("invalid"); in test_invalidCmd() local
99 ShellCommand shellCommand = mFactory.getShellCommand(null); in test_nullCmd() local
105 ShellCommand shellCommand = mFactory.getShellCommand(""); in test_emptyCmd() local
118 ShellCommand shellCommand = mFactory.getShellCommand("invalid"); in test_invalidCmd_consentedDebugCliDisabled() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/signals/
DSignalsShellCommandFactoryTest.java44 ShellCommand shellCommand = mFactory.getShellCommand(GenerateInputForEncodingCommand.CMD); in test_generateInputCmd() local
50 ShellCommand shellCommand = mFactory.getShellCommand("invalid"); in test_invalidCmd() local
56 ShellCommand shellCommand = mFactory.getShellCommand(null); in test_nullCmd() local
62 ShellCommand shellCommand = mFactory.getShellCommand(""); in test_emptyCmd() local
69 ShellCommand shellCommand = mFactory.getShellCommand(GenerateInputForEncodingCommand.CMD); in test_cliDisabled() local
76 ShellCommand shellCommand = mFactory.getShellCommand("invalid"); in test_invalidCmdCLIDisabled() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/
DShellCommandServiceImplTest.java241 ShellCommand shellCommand = in testRunShellCommand_offloadsWorkToExecutor() local
302 ShellCommand shellCommand = in testRunShellCommand_commandTimesOut() local
356 ShellCommand shellCommand = in testRunShellCommand_commandThrowsException() local
/packages/apps/Settings/tests/componenttests/src/com/android/settings/testutils/
DAdbUtils.java61 public static String shell(String shellCommand) { in shell()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareShellCommand.java41 public void register(String command, DelegatedShellCommand shellCommand) { in register()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/
DAdServicesShellCommandHandler.java185 ShellCommand shellCommand; in onCommand() local
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbServiceImpl.java564 UwbShellCommand shellCommand = mUwbInjector.makeUwbShellCommand(this); in handleShellCommand() local
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java2582 NfcShellCommand shellCommand = new NfcShellCommand(NfcService.this, mContext); in handleShellCommand() local
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java1354 WifiP2pShellCommand shellCommand = new WifiP2pShellCommand(mContext); in handleShellCommand() local