/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerShellCommandDataLoader.java | 25 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 D | OtaDexoptShellCommand.java | 21 import android.os.ShellCommand; 26 class OtaDexoptShellCommand extends ShellCommand {
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/ |
H A D | ShellCommandTestSupport.java | 21 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 D | ManualTimeZoneSuggestionTest.java | 27 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 D | TelephonyTimeZoneSuggestionTest.java | 27 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 D | FontManagerShellCommand.java | 33 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 D | ContentShellCommand.java | 21 import android.os.ShellCommand; 25 public class ContentShellCommand extends ShellCommand {
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
H A D | ContextHubShellCommand.java | 20 import android.os.ShellCommand; 31 public class ContextHubShellCommand extends ShellCommand {
|
/aosp12/frameworks/base/services/appprediction/java/com/android/server/appprediction/ |
H A D | AppPredictionManagerServiceShellCommand.java | 20 import android.os.ShellCommand; 27 public class AppPredictionManagerServiceShellCommand extends ShellCommand {
|
/aosp12/frameworks/base/services/smartspace/java/com/android/server/smartspace/ |
H A D | SmartspaceManagerServiceShellCommand.java | 20 import android.os.ShellCommand; 27 public class SmartspaceManagerServiceShellCommand extends ShellCommand {
|
/aosp12/frameworks/base/services/searchui/java/com/android/server/searchui/ |
H A D | SearchUiManagerServiceShellCommand.java | 20 import android.os.ShellCommand; 27 public class SearchUiManagerServiceShellCommand extends ShellCommand {
|
/aosp12/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/ |
H A D | MusicRecognitionManagerServiceShellCommand.java | 19 import android.os.ShellCommand; 24 class MusicRecognitionManagerServiceShellCommand extends ShellCommand {
|
/aosp12/frameworks/base/services/translation/java/com/android/server/translation/ |
H A D | TranslationManagerServiceShellCommand.java | 19 import android.os.ShellCommand; 24 public class TranslationManagerServiceShellCommand extends ShellCommand {
|
/aosp12/frameworks/base/services/core/java/com/android/server/timedetector/ |
H A D | TimeDetectorShellCommand.java | 25 import android.os.ShellCommand; 30 class TimeDetectorShellCommand extends ShellCommand {
|
/aosp12/frameworks/base/services/core/java/com/android/server/recoverysystem/ |
H A D | RecoverySystemShellCommand.java | 22 import android.os.ShellCommand; 29 public class RecoverySystemShellCommand extends ShellCommand {
|
/aosp12/frameworks/base/services/core/java/com/android/server/webkit/ |
H A D | WebViewUpdateServiceShellCommand.java | 19 import android.os.ShellCommand; 24 class WebViewUpdateServiceShellCommand extends ShellCommand {
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/color/ |
H A D | ColorDisplayShellCommand.java | 20 import android.os.ShellCommand; 24 class ColorDisplayShellCommand extends ShellCommand {
|
/aosp12/frameworks/base/services/print/java/com/android/server/print/ |
H A D | PrintShellCommand.java | 22 import android.os.ShellCommand; 31 final class PrintShellCommand extends ShellCommand {
|
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/ |
H A D | AccountManagerServiceShellCommand.java | 21 import android.os.ShellCommand; 29 final class AccountManagerServiceShellCommand extends ShellCommand {
|
/aosp12/frameworks/base/services/core/java/com/android/server/net/watchlist/ |
H A D | NetworkWatchlistShellCommand.java | 23 import android.os.ShellCommand; 33 class NetworkWatchlistShellCommand extends ShellCommand {
|
/aosp12/frameworks/base/services/core/java/com/android/server/apphibernation/ |
H A D | AppHibernationShellCommand.java | 19 import android.os.ShellCommand; 27 final class AppHibernationShellCommand extends ShellCommand {
|
/aosp12/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/ |
H A D | ContentSuggestionsManagerServiceShellCommand.java | 20 import android.os.ShellCommand; 27 public class ContentSuggestionsManagerServiceShellCommand extends ShellCommand {
|
/aosp12/frameworks/base/services/coverage/java/com/android/server/coverage/ |
H A D | CoverageService.java | 22 import android.os.ShellCommand; 66 private static class CoverageCommand extends ShellCommand {
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AccessibilityShellCommand.java | 23 import android.os.ShellCommand; 34 final class AccessibilityShellCommand extends ShellCommand {
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/ |
H A D | DisplayManagerShellCommand.java | 22 import android.os.ShellCommand; 27 class DisplayManagerShellCommand extends ShellCommand {
|