Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommandDataLoader.java62 private static String getDataLoaderParamsArgs(ShellCommand shellCommand) { in getDataLoaderParamsArgs()
90 static DataLoaderParams getStreamingDataLoaderParams(ShellCommand shellCommand) { in getStreamingDataLoaderParams()
95 static DataLoaderParams getIncrementalDataLoaderParams(ShellCommand shellCommand) { in getIncrementalDataLoaderParams()
260 ShellCommand shellCommand = lookupShellCommand(mParams.getArguments()); in onPrepareImage() local
312 final ShellCommand shellCommand = in lookupShellCommand() local
318 static ParcelFileDescriptor getStdInPFD(ShellCommand shellCommand) { in getStdInPFD()
327 static ParcelFileDescriptor getLocalFilePFD(ShellCommand shellCommand, String filePath) { in getLocalFilePFD()
331 static int getStdIn(ShellCommand shellCommand) { in getStdIn()
336 static int getLocalFile(ShellCommand shellCommand, String filePath) { in getLocalFile()
/aosp14/frameworks/base/services/flags/java/com/android/server/flags/
H A DFeatureFlagsBinder.java43 FlagsShellCommand shellCommand, in FeatureFlagsBinder()
/aosp14/frameworks/base/core/java/android/os/
H A DIBinder.java263 public void shellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in shellCommand() method
H A DBinderProxy.java679 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in shellCommand() method in BinderProxy
H A DBinder.java1093 public void shellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in shellCommand() method in Binder
/aosp14/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
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBinderDeathDispatcherTest.java81 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in shellCommand() method in BinderDeathDispatcherTest.MyTarget
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java6387 private int getLastSwitchUserId(@NonNull ShellCommand shellCommand) { in getLastSwitchUserId()
6401 private int handleShellCommandListInputMethods(@NonNull ShellCommand shellCommand) { in handleShellCommandListInputMethods()
6461 private int handleShellCommandEnableDisableInputMethod( in handleShellCommandEnableDisableInputMethod()
6497 private static int handleOptionsForCommandsThatOnlyHaveUserOption(ShellCommand shellCommand) { in handleOptionsForCommandsThatOnlyHaveUserOption()
6587 private int handleShellCommandSetInputMethod(@NonNull ShellCommand shellCommand) { in handleShellCommandSetInputMethod()
6630 private int handleShellCommandResetInputMethod(@NonNull ShellCommand shellCommand) { in handleShellCommandResetInputMethod()
6712 private int handleShellCommandTraceInputMethod(@NonNull ShellCommand shellCommand) { in handleShellCommandTraceInputMethod()
6754 private boolean userHasDebugPriv(@UserIdInt int userId, ShellCommand shellCommand) { in userHasDebugPriv()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowContainerTests.java1942 public void shellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in shellCommand() method in WindowContainerTests.TestBinder