Home
last modified time | relevance | path

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

12345

/aosp14/frameworks/base/core/tests/coretests/src/android/app/time/
H A DExternalTimeSuggestionTest.java23 import android.os.ShellCommand;
35 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noReferenceTime()
42 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noUnixEpochTime()
49 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_validSuggestion()
59 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_unknownArgument()
H A DTimeStateTest.java26 import android.os.ShellCommand;
65 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noElapsedRealtime()
72 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noUnixEpochTime()
79 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noUserShouldConfirmTime()
86 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_validSuggestion()
95 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_unknownArgument()
H A DUnixEpochTimeTest.java23 import android.os.ShellCommand;
40 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noElapsedRealtime()
47 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noUnixEpochTime()
54 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_validSuggestion()
63 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_unknownArgument()
H A DTimeZoneStateTest.java26 import android.os.ShellCommand;
64 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noZoneId()
71 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noUserShouldConfirmId()
78 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_validSuggestion()
87 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_unknownArgument()
/aosp14/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 …]
/aosp14/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/
H A DShellCommandTestSupport.java21 import android.os.ShellCommand;
32 public static ShellCommand createShellCommandWithArgsAndOptions(String argsWithSpaces) { in createShellCommandWithArgsAndOptions()
36 public 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()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
H A DNetworkTimeSuggestionTest.java25 import android.os.ShellCommand;
68 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noReferenceTime()
75 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noUnixEpochTime()
82 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noUncertaintyMillis()
89 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_validSuggestion()
100 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_unknownArgument()
H A DGnssTimeSuggestionTest.java25 import android.os.ShellCommand;
58 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noReferenceTime()
65 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noUnixEpochTime()
72 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_validSuggestion()
83 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_unknownArgument()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DShellCommandTestSupport.java21 import android.os.ShellCommand;
32 public static ShellCommand createShellCommandWithArgsAndOptions(String argsWithSpaces) { in createShellCommandWithArgsAndOptions()
36 public static ShellCommand createShellCommandWithArgsAndOptions(List<String> args) { in createShellCommandWithArgsAndOptions()
37 ShellCommand command = mock(ShellCommand.class); in createShellCommandWithArgsAndOptions()
H A DLocationAlgorithmEventTest.java33 import android.os.ShellCommand;
89 ShellCommand testShellCommand = in testParseCommandLineArg_noStatus()
101 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noSuggestion()
113 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_suggestionUncertain()
130 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_suggestionEmpty()
147 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_suggestionPresent()
164 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_unknownArgument()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/timedetector/
H A DTelephonyTimeSuggestionTest.java27 import android.os.ShellCommand;
103 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noSlotIndex()
110 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noReferenceTime()
117 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noUnixEpochTime()
124 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_validSuggestion()
137 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_unknownArgument()
H A DManualTimeSuggestionTest.java27 import android.os.ShellCommand;
70 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noReferenceTime()
77 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noUnixEpochTime()
84 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_validSuggestion()
95 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_unknownArgument()
/aosp14/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DFontManagerShellCommand.java34 import android.os.ShellCommand;
63 public class FontManagerShellCommand extends ShellCommand {
300 private void writeCommandResult(ShellCommand shell, SystemFontException e) { in writeCommandResult()
311 private int dump(ShellCommand shell) { in dump()
336 private int installCert(ShellCommand shell) throws SystemFontException { in installCert()
363 private int update(ShellCommand shell) throws SystemFontException { in update()
422 private int updateFamily(ShellCommand shell) throws SystemFontException { in updateFamily()
489 private int clear(ShellCommand shell) { in clear()
495 private int restart(ShellCommand shell) { in restart()
501 private int status(ShellCommand shell) { in status()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
H A DFaceShellCommand.java19 import android.os.ShellCommand;
24 public class FaceShellCommand extends ShellCommand {
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DContentShellCommand.java21 import android.os.ShellCommand;
25 public class ContentShellCommand extends ShellCommand {
/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/
H A DGnssTimeUpdateServiceShellCommand.java20 import android.os.ShellCommand;
26 class GnssTimeUpdateServiceShellCommand extends ShellCommand {
/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubShellCommand.java20 import android.os.ShellCommand;
31 public class ContextHubShellCommand extends ShellCommand {
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintShellCommand.java20 import android.os.ShellCommand;
25 public class FingerprintShellCommand extends ShellCommand {
/aosp14/frameworks/base/services/searchui/java/com/android/server/searchui/
H A DSearchUiManagerServiceShellCommand.java20 import android.os.ShellCommand;
27 public class SearchUiManagerServiceShellCommand extends ShellCommand {
/aosp14/frameworks/base/services/smartspace/java/com/android/server/smartspace/
H A DSmartspaceManagerServiceShellCommand.java20 import android.os.ShellCommand;
27 public class SmartspaceManagerServiceShellCommand extends ShellCommand {
/aosp14/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamShellCommand.java22 import android.os.ShellCommand;
31 public class DreamShellCommand extends ShellCommand {
/aosp14/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/
H A DWallpaperEffectsGenerationManagerServiceShellCommand.java20 import android.os.ShellCommand;
27 public class WallpaperEffectsGenerationManagerServiceShellCommand extends ShellCommand {
/aosp14/frameworks/base/services/appprediction/java/com/android/server/appprediction/
H A DAppPredictionManagerServiceShellCommand.java20 import android.os.ShellCommand;
27 public class AppPredictionManagerServiceShellCommand extends ShellCommand {

12345