/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/attributionreporting/ |
D | AttributionReportingShellCommandFactoryTest.java | 50 ShellCommand shellCommand = in testGetShellCommand_listSourceRegistrationsCmd() local 58 ShellCommand shellCommand = in testGetShellCommand_listTriggerRegistrationsCmd() local 66 ShellCommand shellCommand = in testGetShellCommand_listEventReportsCmd() local 73 ShellCommand shellCommand = in testGetShellCommand_listAggregateReportsCmd() local 81 ShellCommand shellCommand = in testGetShellCommand_listDebugReportsCmd() local 88 ShellCommand shellCommand = mFactory.getShellCommand(null); in testGetShellCommand_nullCmd() local 94 ShellCommand shellCommand = mFactory.getShellCommand(""); in testGetShellCommand_emptyCmd() local 105 ShellCommand shellCommand = in testGetAttributionReportingListSourceRegistrationsCommand_invalidCmd() local 117 ShellCommand shellCommand = in testGetAttributionReportingListTriggerRegistrationsCommand_invalidCmd() local 129 ShellCommand shellCommand = in testGetAttributionReportingListEventReportsCommand_invalidCmd() local [all …]
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/adselection/ |
D | AdSelectionShellCommandFactoryTest.java | 64 ShellCommand shellCommand = mFactory.getShellCommand(ConsentedDebugShellCommand.CMD); in test_consentedDebugCmd() local 70 ShellCommand shellCommand = mFactory.getShellCommand(GetAdSelectionDataCommand.CMD); in test_GetAdSelectionDataCmd() local 86 ShellCommand shellCommand = mFactory.getShellCommand(ConsentedDebugShellCommand.CMD); in test_consentedDebugCmdDisabled() local 102 ShellCommand shellCommand = mFactory.getShellCommand(GetAdSelectionDataCommand.CMD); in test_GetAdSelectionDataCmdDisabled() local 108 ShellCommand shellCommand = mFactory.getShellCommand(ViewAuctionResultCommand.CMD); in test_viewAuctionResultCmd() local 124 ShellCommand shellCommand = mFactory.getShellCommand(ViewAuctionResultCommand.CMD); in test_viewAuctionResultCmdDisabled() local 130 ShellCommand shellCommand = mFactory.getShellCommand("invalid"); in test_invalidCmd() local 136 ShellCommand shellCommand = mFactory.getShellCommand(null); in test_nullCmd() local 142 ShellCommand shellCommand = mFactory.getShellCommand(""); in test_emptyCmd() local 158 ShellCommand shellCommand = mFactory.getShellCommand("invalid"); in test_invalidCmd_consentedDebugCliDisabled() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/customaudience/ |
D | CustomAudienceShellCommandFactoryTest.java | 57 ShellCommand shellCommand = mFactory.getShellCommand(CustomAudienceViewCommand.CMD); in test_viewCmd() local 63 ShellCommand shellCommand = mFactory.getShellCommand(CustomAudienceListCommand.CMD); in test_listCmd() local 69 ShellCommand shellCommand = mFactory.getShellCommand(CustomAudienceRefreshCommand.CMD); in test_refreshCmd() local 75 ShellCommand shellCommand = mFactory.getShellCommand("invalid"); in test_invalidCmd() local 81 ShellCommand shellCommand = mFactory.getShellCommand(null); in test_nullCmd() local 87 ShellCommand shellCommand = mFactory.getShellCommand(""); in test_emptyCmd() local 100 ShellCommand shellCommand = mFactory.getShellCommand(CustomAudienceListCommand.CMD); in test_cliDisabled() local 113 ShellCommand shellCommand = mFactory.getShellCommand("invalid"); in test_invalidCmdCLIDisabled() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/adservicesapi/ |
D | AdServicesApiShellCommandFactoryTest.java | 45 ShellCommand shellCommand = in test_enableAdServicesCmd() local 52 ShellCommand shellCommand = mFactory.getShellCommand("invalid"); in test_invalidCmd() local 58 ShellCommand shellCommand = mFactory.getShellCommand(null); in test_nullCmd() local 64 ShellCommand shellCommand = mFactory.getShellCommand(""); in test_emptyCmd() local 70 ShellCommand shellCommand = mFactory.getShellCommand(DevSessionCommand.CMD); in test_devSessionCmd() local 81 ShellCommand shellCommand = factory.getShellCommand(DevSessionCommand.CMD); in test_devSessionDisabledCmd() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/signals/ |
D | SignalsShellCommandFactoryTest.java | 70 ShellCommand shellCommand = mFactory.getShellCommand(GenerateInputForEncodingCommand.CMD); in test_generateInputCmd() local 76 ShellCommand shellCommand = mFactory.getShellCommand("invalid"); in test_invalidCmd() local 82 ShellCommand shellCommand = mFactory.getShellCommand(null); in test_nullCmd() local 88 ShellCommand shellCommand = mFactory.getShellCommand(""); in test_emptyCmd() local 103 ShellCommand shellCommand = mFactory.getShellCommand(GenerateInputForEncodingCommand.CMD); in test_cliDisabled() local 118 ShellCommand shellCommand = mFactory.getShellCommand("invalid"); in test_invalidCmdCLIDisabled() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/ |
D | ShellCommandServiceImplTest.java | 294 ShellCommand shellCommand = in testRunShellCommand_offloadsWorkToExecutor() local 347 ShellCommand shellCommand = in testRunShellCommand_commandTimesOut() local 410 ShellCommand shellCommand = in testRunShellCommand_commandThrowsException() local
|
/packages/apps/Settings/tests/componenttests/src/com/android/settings/testutils/ |
D | AdbUtils.java | 61 public static String shell(String shellCommand) { in shell()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareShellCommand.java | 41 public void register(String command, DelegatedShellCommand shellCommand) { in register()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/ |
D | AdServicesShellCommandHandler.java | 185 ShellCommand shellCommand; in onCommand() local
|
/packages/modules/Uwb/service/java/com/android/server/uwb/ |
D | UwbServiceImpl.java | 564 UwbShellCommand shellCommand = mUwbInjector.makeUwbShellCommand(this); in handleShellCommand() local
|
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/interactive/domain/interactor/ |
D | InteractiveSessionInteractorTest.kt | 401 override fun shellCommand( in asBinder() method in com.android.intentresolver.interactive.domain.interactor.FakeChooserInteractiveSessionCallback
|
/packages/modules/Nfc/NfcNci/src/com/android/nfc/ |
D | NfcService.java | 3363 NfcShellCommand shellCommand = new NfcShellCommand(NfcService.this, mContext); in handleShellCommand() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pServiceImpl.java | 1416 WifiP2pShellCommand shellCommand = new WifiP2pShellCommand(mContext); in handleShellCommand() local
|