/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerShellCommandDataLoader.java | 65 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/ |
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
|
/aosp_15_r20/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
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/ |
D | ShellCommandServiceImplTest.java | 293 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/ |
D | AppVersionFetcher.java | 68 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 D | IncrementalDeviceConnection.java | 67 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 D | com_android_server_pm_PackageManagerShellCommandDataLoader.cpp | 221 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 D | HidCommand.kt | 190 val shellCommand = "hid -" constant
|
/aosp_15_r20/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/ |
H A D | SetBatteryPercentageVisibleRuleTest.java | 63 String shellCommand = in batteryVisibleTest() local
|
/aosp_15_r20/packages/apps/Settings/tests/componenttests/src/com/android/settings/testutils/ |
D | AdbUtils.java | 61 public static String shell(String shellCommand) { in shell()
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareShellCommand.java | 41 public void register(String command, DelegatedShellCommand shellCommand) { in register()
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
H A D | CommandSession.java | 146 public void setupShellCommand(StringBuilder shellCommand) { in handleForward()
|
/aosp_15_r20/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/ |
H A D | UiAutomationShellTest.java | 93 private void validateShellCommand( in validateShellCommand()
|
/aosp_15_r20/frameworks/base/services/flags/java/com/android/server/flags/ |
H A D | FeatureFlagsBinder.java | 43 FlagsShellCommand shellCommand, in FeatureFlagsBinder()
|
/aosp_15_r20/cts/tests/wallpapereffectsgeneration/src/android/wallpapereffectsgeneration/cts/ |
H A D | WallpaperEffectsGenerationManagerTest.java | 217 String shellCommand = ""; in setService() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/ |
D | AdServicesShellCommandHandler.java | 185 ShellCommand shellCommand; in onCommand() local
|
/aosp_15_r20/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/ |
H A D | DirectShellCommand.java | 166 final Method shellCommand = IBinder.class.getMethod("shellCommand", in run() local
|
/aosp_15_r20/cts/tests/tests/text/src/android/text/method/cts/ |
H A D | PasswordTransformationMethodTest.java | 154 String shellCommand = cmd.toString(); in enableAppOps() local
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | IBinder.java | 271 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 D | BinderDeathDispatcherTest.java | 88 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 D | MetricsRunner.java | 230 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 D | InputMethodManagerService.java | 6445 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 D | CommonUtils.java | 291 public static ArrayList<String> executeShellCommandWithDetailedOutput(String shellCommand) { in executeShellCommandWithDetailedOutput()
|