/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerShellCommandDataLoader.java | 84 sShellCommands.put(commandId, new WeakReference<>(shellCommand)); in getDataLoaderParamsArgs() 92 getDataLoaderParamsArgs(shellCommand)); in getStreamingDataLoaderParams() 97 getDataLoaderParamsArgs(shellCommand)); in getIncrementalDataLoaderParams() 261 if (shellCommand == null) { in onPrepareImage() 312 final ShellCommand shellCommand = in lookupShellCommand() local 315 return shellCommand; in lookupShellCommand() 318 static ParcelFileDescriptor getStdInPFD(ShellCommand shellCommand) { in getStdInPFD() argument 328 return shellCommand.openFileForSystem(filePath, "r"); in getLocalFilePFD() 331 static int getStdIn(ShellCommand shellCommand) { in getStdIn() argument 332 ParcelFileDescriptor pfd = getStdInPFD(shellCommand); in getStdIn() [all …]
|
H A D | PackageManagerShellCommand.java | 786 ServiceManager.getService("user").shellCommand( in runList()
|
/aosp14/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() argument 223 if (shellCommand) { in openLocalFile() 225 jni.pmscdGetLocalFile, shellCommand, in openLocalFile() 235 static inline InputDescs openLocalFile(JNIEnv* env, const JniIds& jni, jobject shellCommand, in openLocalFile() argument 242 unique_fd idsigFd = openLocalFile(env, jni, shellCommand, idsigPath); in openLocalFile() 262 unique_fd fileFd = openLocalFile(env, jni, shellCommand, filePath); in openLocalFile() 273 static inline InputDescs openInputs(JNIEnv* env, const JniIds& jni, jobject shellCommand, in openInputs() argument 279 return openLocalFile(env, jni, shellCommand, size, std::string(metadata.data, dataSize)); in openInputs() 282 if (!shellCommand) { in openInputs() 288 jni.pmscdGetStdIn, shellCommand)}; in openInputs() [all …]
|
/aosp14/frameworks/base/services/flags/java/com/android/server/flags/ |
H A D | FeatureFlagsBinder.java | 43 FlagsShellCommand shellCommand, in FeatureFlagsBinder() argument 46 mShellCommand = shellCommand; in FeatureFlagsBinder()
|
/aosp14/frameworks/base/cmds/locksettings/src/com/android/commands/locksettings/ |
H A D | LockSettingsCmd.java | 44 lockSettings.asBinder().shellCommand(FileDescriptor.in, FileDescriptor.out, in onRun()
|
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodManagerService.java | 6406 final String nextOption = shellCommand.getNextOption(); in handleShellCommandListInputMethods() 6462 @NonNull ShellCommand shellCommand, boolean enabled) { in handleShellCommandEnableDisableInputMethod() 6464 final String imeId = shellCommand.getNextArgRequired(); in handleShellCommandEnableDisableInputMethod() 6466 try (PrintWriter out = shellCommand.getOutPrintWriter(); in handleShellCommandEnableDisableInputMethod() 6472 if (!userHasDebugPriv(userId, shellCommand)) { in handleShellCommandEnableDisableInputMethod() 6589 final String imeId = shellCommand.getNextArgRequired(); in handleShellCommandSetInputMethod() 6591 try (PrintWriter out = shellCommand.getOutPrintWriter(); in handleShellCommandSetInputMethod() 6597 if (!userHasDebugPriv(userId, shellCommand)) { in handleShellCommandSetInputMethod() 6637 if (!userHasDebugPriv(userId, shellCommand)) { in handleShellCommandResetInputMethod() 6713 final String cmd = shellCommand.getNextArgRequired(); in handleShellCommandTraceInputMethod() [all …]
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | IBinder.java | 263 public void shellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in shellCommand() method
|
H A D | Binder.java | 914 shellCommand(in != null ? in.getFileDescriptor() : null, in onTransact() 1093 public void shellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in shellCommand() method in Binder
|
H A D | BinderProxy.java | 679 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in shellCommand() method in BinderProxy
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
H A D | DefaultHalFactory.java | 107 ServiceManager.waitForService(aidlServiceName).shellCommand(null, in create()
|
/aosp14/frameworks/base/cmds/am/src/com/android/commands/am/ |
H A D | Am.java | 146 mAm.asBinder().shellCommand(FileDescriptor.in, FileDescriptor.out, FileDescriptor.err, in runAmCmd()
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | BinderDeathDispatcherTest.java | 81 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in shellCommand() method in BinderDeathDispatcherTest.MyTarget
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowContainerTests.java | 1942 public void shellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in shellCommand() method in WindowContainerTests.TestBinder
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 35476 Landroid/os/Binder;->shellCommand(Ljava/io/FileDescriptor;Ljava/io/FileDescriptor;Ljava/io/FileDesc… 36239 Landroid/os/IBinder;->shellCommand(Ljava/io/FileDescriptor;Ljava/io/FileDescriptor;Ljava/io/FileDes…
|