Home
last modified time | relevance | path

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

123456

/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/adselection/
DAdSelectionShellCommandFactoryTest.java64 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
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/customaudience/
DCustomAudienceShellCommandFactoryTest.java57 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
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommandDataLoader.java65 private static String getDataLoaderParamsArgs(ShellCommand shellCommand) { in getDataLoaderParamsArgs()
93 static DataLoaderParams getStreamingDataLoaderParams(ShellCommand shellCommand) { in getStreamingDataLoaderParams()
98 static DataLoaderParams getIncrementalDataLoaderParams(ShellCommand shellCommand) { in getIncrementalDataLoaderParams()
307 ShellCommand shellCommand = lookupShellCommand(mParams.getArguments()); in onPrepareImage() local
369 final ShellCommand shellCommand = in lookupShellCommand() local
375 static ParcelFileDescriptor getStdInPFD(ShellCommand shellCommand) { in getStdInPFD()
384 static ParcelFileDescriptor getLocalFilePFD(ShellCommand shellCommand, String filePath) { in getLocalFilePFD()
388 static int getStdIn(ShellCommand shellCommand) { in getStdIn()
393 static int getLocalFile(ShellCommand shellCommand, String filePath) { in getLocalFile()
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/adservicesapi/
DAdServicesApiShellCommandFactoryTest.java45 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
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/signals/
DSignalsShellCommandFactoryTest.java70 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
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/
DShellCommandServiceImplTest.java293 ShellCommand shellCommand = in testRunShellCommand_offloadsWorkToExecutor() local
346 ShellCommand shellCommand = in testRunShellCommand_commandTimesOut() local
409 ShellCommand shellCommand = in testRunShellCommand_commandThrowsException() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/
DAppVersionFetcher.java68 String shellCommand = in fetchVersionName() local
76 String shellCommand = in fetchVersionCode() local
/aosp_15_r20/cts/tests/tests/content/src/android/content/pm/cts/
H A DIncrementalDeviceConnection.java67 private IncrementalDeviceConnection(ConnectionType connectionType, Thread shellCommand, in IncrementalDeviceConnection()
200 final Thread shellCommand = new Thread(() -> { in connectToService() local
/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp221 static inline unique_fd openLocalFile(JNIEnv* env, const JniIds& jni, jobject shellCommand, in openLocalFile()
235 static inline InputDescs openLocalFile(JNIEnv* env, const JniIds& jni, jobject shellCommand, in openLocalFile()
273 static inline InputDescs openInputs(JNIEnv* env, const JniIds& jni, jobject shellCommand, in openInputs()
412 jobject shellCommand = env->CallStaticObjectMethod(jni.packageManagerShellCommandDataLoader, in onPrepareImage() local
/aosp_15_r20/cts/tests/sensor/src/android/hardware/cts/accessories/
H A DHidCommand.kt190 val shellCommand = "hid -" constant
/aosp_15_r20/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
H A DSetBatteryPercentageVisibleRuleTest.java63 String shellCommand = in batteryVisibleTest() local
/aosp_15_r20/packages/apps/Settings/tests/componenttests/src/com/android/settings/testutils/
DAdbUtils.java61 public static String shell(String shellCommand) { in shell()
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareShellCommand.java41 public void register(String command, DelegatedShellCommand shellCommand) { in register()
/aosp_15_r20/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
H A DCommandSession.java146 public void setupShellCommand(StringBuilder shellCommand) { in handleForward()
/aosp_15_r20/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
H A DUiAutomationShellTest.java93 private void validateShellCommand( in validateShellCommand()
/aosp_15_r20/frameworks/base/services/flags/java/com/android/server/flags/
H A DFeatureFlagsBinder.java43 FlagsShellCommand shellCommand, in FeatureFlagsBinder()
/aosp_15_r20/cts/tests/wallpapereffectsgeneration/src/android/wallpapereffectsgeneration/cts/
H A DWallpaperEffectsGenerationManagerTest.java217 String shellCommand = ""; in setService() local
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/
DAdServicesShellCommandHandler.java185 ShellCommand shellCommand; in onCommand() local
/aosp_15_r20/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
H A DDirectShellCommand.java166 final Method shellCommand = IBinder.class.getMethod("shellCommand", in run() local
/aosp_15_r20/cts/tests/tests/text/src/android/text/method/cts/
H A DPasswordTransformationMethodTest.java154 String shellCommand = cmd.toString(); in enableAppOps() local
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DIBinder.java271 public void shellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in shellCommand() method
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBinderDeathDispatcherTest.java88 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in shellCommand() method in BinderDeathDispatcherTest.MyTarget
/aosp_15_r20/libcore/metrictests/memory/host/src/libcore/heapmetrics/
H A DMetricsRunner.java230 String shellCommand = String.format("cat %s/%s", deviceDirectoryName, relativeFilename); in fetchTotalPssKb() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java6445 private int handleShellCommandListInputMethods(@NonNull ShellCommand shellCommand) { in handleShellCommandListInputMethods()
6506 private int handleShellCommandEnableDisableInputMethod( in handleShellCommandEnableDisableInputMethod()
6542 private static int handleOptionsForCommandsThatOnlyHaveUserOption(ShellCommand shellCommand) { in handleOptionsForCommandsThatOnlyHaveUserOption()
6602 private int handleShellCommandSetInputMethod(@NonNull ShellCommand shellCommand) { in handleShellCommandSetInputMethod()
6668 private int handleShellCommandResetInputMethod(@NonNull ShellCommand shellCommand) { in handleShellCommandResetInputMethod()
6753 private int handleShellCommandTraceInputMethod(@NonNull ShellCommand shellCommand) { in handleShellCommandTraceInputMethod()
6797 private boolean userHasDebugPriv(@UserIdInt int userId, ShellCommand shellCommand) { in userHasDebugPriv()
/aosp_15_r20/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
H A DCommonUtils.java291 public static ArrayList<String> executeShellCommandWithDetailedOutput(String shellCommand) { in executeShellCommandWithDetailedOutput()

123456