Home
last modified time | relevance | path

Searched refs:ShellCommand (Results 1 – 25 of 84) sorted by relevance

1234

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommandDataLoader.java25 import android.os.ShellCommand;
62 private static String getDataLoaderParamsArgs(ShellCommand shellCommand) { in getDataLoaderParamsArgs()
69 WeakReference<ShellCommand> oldRef = sShellCommands.valueAt(i); in getDataLoaderParamsArgs()
90 static DataLoaderParams getStreamingDataLoaderParams(ShellCommand shellCommand) { in getStreamingDataLoaderParams()
260 ShellCommand shellCommand = lookupShellCommand(mParams.getArguments()); in onPrepareImage()
302 static ShellCommand lookupShellCommand(String args) { in lookupShellCommand()
308 final WeakReference<ShellCommand> shellCommandRef; in lookupShellCommand()
312 final ShellCommand shellCommand = in lookupShellCommand()
318 static ParcelFileDescriptor getStdInPFD(ShellCommand shellCommand) { in getStdInPFD()
331 static int getStdIn(ShellCommand shellCommand) { in getStdIn()
[all …]
H A DOtaDexoptShellCommand.java21 import android.os.ShellCommand;
26 class OtaDexoptShellCommand extends ShellCommand {
/aosp12/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/
H A DShellCommandTestSupport.java21 import android.os.ShellCommand;
32 static ShellCommand createShellCommandWithArgsAndOptions(String argsWithSpaces) { in createShellCommandWithArgsAndOptions()
36 static ShellCommand createShellCommandWithArgsAndOptions(List<String> args) { in createShellCommandWithArgsAndOptions()
37 ShellCommand command = mock(ShellCommand.class); in createShellCommandWithArgsAndOptions()
H A DManualTimeZoneSuggestionTest.java27 import android.os.ShellCommand;
79 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions(""); in testParseCommandLineArg_noArgs()
85 ShellCommand testShellCommand = in testParseCommandLineArg_validSuggestion()
96 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_unknownArgument()
H A DTelephonyTimeZoneSuggestionTest.java27 import android.os.ShellCommand;
179 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions(""); in testParseCommandLineArg_noArgs()
185 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions("--zone_id _"); in testParseCommandLineArg_noSlotIndex()
191 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_validEmptyZoneIdSuggestion()
202 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_validNonEmptySuggestion()
217 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_unknownArgument()
/aosp12/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DFontManagerShellCommand.java33 import android.os.ShellCommand;
62 public class FontManagerShellCommand extends ShellCommand {
289 private void writeCommandResult(ShellCommand shell, SystemFontException e) { in writeCommandResult()
300 private int dump(ShellCommand shell) { in dump()
325 private int update(ShellCommand shell) throws SystemFontException { in update()
384 private int updateFamily(ShellCommand shell) throws SystemFontException { in updateFamily()
451 private int clear(ShellCommand shell) { in clear()
457 private int restart(ShellCommand shell) { in restart()
463 private int status(ShellCommand shell) { in status()
478 private int execCommand(@NonNull ShellCommand shell, @Nullable String cmd) { in execCommand()
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DContentShellCommand.java21 import android.os.ShellCommand;
25 public class ContentShellCommand extends ShellCommand {
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubShellCommand.java20 import android.os.ShellCommand;
31 public class ContextHubShellCommand extends ShellCommand {
/aosp12/frameworks/base/services/appprediction/java/com/android/server/appprediction/
H A DAppPredictionManagerServiceShellCommand.java20 import android.os.ShellCommand;
27 public class AppPredictionManagerServiceShellCommand extends ShellCommand {
/aosp12/frameworks/base/services/smartspace/java/com/android/server/smartspace/
H A DSmartspaceManagerServiceShellCommand.java20 import android.os.ShellCommand;
27 public class SmartspaceManagerServiceShellCommand extends ShellCommand {
/aosp12/frameworks/base/services/searchui/java/com/android/server/searchui/
H A DSearchUiManagerServiceShellCommand.java20 import android.os.ShellCommand;
27 public class SearchUiManagerServiceShellCommand extends ShellCommand {
/aosp12/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/
H A DMusicRecognitionManagerServiceShellCommand.java19 import android.os.ShellCommand;
24 class MusicRecognitionManagerServiceShellCommand extends ShellCommand {
/aosp12/frameworks/base/services/translation/java/com/android/server/translation/
H A DTranslationManagerServiceShellCommand.java19 import android.os.ShellCommand;
24 public class TranslationManagerServiceShellCommand extends ShellCommand {
/aosp12/frameworks/base/services/core/java/com/android/server/timedetector/
H A DTimeDetectorShellCommand.java25 import android.os.ShellCommand;
30 class TimeDetectorShellCommand extends ShellCommand {
/aosp12/frameworks/base/services/core/java/com/android/server/recoverysystem/
H A DRecoverySystemShellCommand.java22 import android.os.ShellCommand;
29 public class RecoverySystemShellCommand extends ShellCommand {
/aosp12/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateServiceShellCommand.java19 import android.os.ShellCommand;
24 class WebViewUpdateServiceShellCommand extends ShellCommand {
/aosp12/frameworks/base/services/core/java/com/android/server/display/color/
H A DColorDisplayShellCommand.java20 import android.os.ShellCommand;
24 class ColorDisplayShellCommand extends ShellCommand {
/aosp12/frameworks/base/services/print/java/com/android/server/print/
H A DPrintShellCommand.java22 import android.os.ShellCommand;
31 final class PrintShellCommand extends ShellCommand {
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerServiceShellCommand.java21 import android.os.ShellCommand;
29 final class AccountManagerServiceShellCommand extends ShellCommand {
/aosp12/frameworks/base/services/core/java/com/android/server/net/watchlist/
H A DNetworkWatchlistShellCommand.java23 import android.os.ShellCommand;
33 class NetworkWatchlistShellCommand extends ShellCommand {
/aosp12/frameworks/base/services/core/java/com/android/server/apphibernation/
H A DAppHibernationShellCommand.java19 import android.os.ShellCommand;
27 final class AppHibernationShellCommand extends ShellCommand {
/aosp12/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
H A DContentSuggestionsManagerServiceShellCommand.java20 import android.os.ShellCommand;
27 public class ContentSuggestionsManagerServiceShellCommand extends ShellCommand {
/aosp12/frameworks/base/services/coverage/java/com/android/server/coverage/
H A DCoverageService.java22 import android.os.ShellCommand;
66 private static class CoverageCommand extends ShellCommand {
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityShellCommand.java23 import android.os.ShellCommand;
34 final class AccessibilityShellCommand extends ShellCommand {
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerShellCommand.java22 import android.os.ShellCommand;
27 class DisplayManagerShellCommand extends ShellCommand {

1234