Home
last modified time | relevance | path

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

123456

/frameworks/base/core/tests/timetests/src/android/app/time/
DExternalTimeSuggestionTest.java23 import android.os.ShellCommand;
43 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noReferenceTime()
50 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noUnixEpochTime()
57 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_validSuggestion()
67 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_unknownArgument()
DTimeStateTest.java26 import android.os.ShellCommand;
69 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noElapsedRealtime()
76 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noUnixEpochTime()
83 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noUserShouldConfirmTime()
90 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_validSuggestion()
99 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_unknownArgument()
DUnixEpochTimeTest.java23 import android.os.ShellCommand;
44 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noElapsedRealtime()
51 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noUnixEpochTime()
58 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_validSuggestion()
67 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_unknownArgument()
DTimeZoneStateTest.java26 import android.os.ShellCommand;
68 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noZoneId()
75 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noUserShouldConfirmId()
82 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_validSuggestion()
91 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_unknownArgument()
/frameworks/base/core/tests/timetests/src/android/app/timezonedetector/
DShellCommandTestSupport.java21 import android.os.ShellCommand;
36 public static ShellCommand createShellCommandWithArgsAndOptions(String argsWithSpaces) { in createShellCommandWithArgsAndOptions()
43 public static ShellCommand createShellCommandWithArgsAndOptions(List<String> args) { in createShellCommandWithArgsAndOptions()
44 ShellCommand command = mock(ShellCommand.class); in createShellCommandWithArgsAndOptions()
DManualTimeZoneSuggestionTest.java27 import android.os.ShellCommand;
87 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions(""); in testParseCommandLineArg_noArgs()
93 ShellCommand testShellCommand = in testParseCommandLineArg_validSuggestion()
104 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_unknownArgument()
DTelephonyTimeZoneSuggestionTest.java27 import android.os.ShellCommand;
187 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions(""); in testParseCommandLineArg_noArgs()
193 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions("--zone_id _"); in testParseCommandLineArg_noSlotIndex()
199 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_validEmptyZoneIdSuggestion()
210 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_validNonEmptySuggestion()
225 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_unknownArgument()
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DShellCommandTestSupport.java21 import android.os.ShellCommand;
36 public static ShellCommand createShellCommandWithArgsAndOptions(String argsWithSpaces) { in createShellCommandWithArgsAndOptions()
43 public static ShellCommand createShellCommandWithArgsAndOptions(List<String> args) { in createShellCommandWithArgsAndOptions()
44 ShellCommand command = mock(ShellCommand.class); in createShellCommandWithArgsAndOptions()
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()
/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/
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()
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()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommandDataLoader.java27 import android.os.ShellCommand;
56 static final SparseArray<WeakReference<ShellCommand>> sShellCommands = new SparseArray<>();
65 private static String getDataLoaderParamsArgs(ShellCommand shellCommand) { in getDataLoaderParamsArgs()
72 WeakReference<ShellCommand> oldRef = sShellCommands.valueAt(i); in getDataLoaderParamsArgs()
93 static DataLoaderParams getStreamingDataLoaderParams(ShellCommand shellCommand) { in getStreamingDataLoaderParams()
98 static DataLoaderParams getIncrementalDataLoaderParams(ShellCommand shellCommand) { in getIncrementalDataLoaderParams()
307 ShellCommand shellCommand = lookupShellCommand(mParams.getArguments()); in onPrepareImage()
359 static ShellCommand lookupShellCommand(String args) { in lookupShellCommand()
365 final WeakReference<ShellCommand> shellCommandRef; in lookupShellCommand()
369 final ShellCommand shellCommand = in lookupShellCommand()
[all …]
/frameworks/base/core/tests/timetests/src/android/app/timedetector/
DManualTimeSuggestionTest.java27 import android.os.ShellCommand;
78 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noReferenceTime()
85 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noUnixEpochTime()
92 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_validSuggestion()
103 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_unknownArgument()
DTelephonyTimeSuggestionTest.java27 import android.os.ShellCommand;
111 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noSlotIndex()
118 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noReferenceTime()
125 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_noUnixEpochTime()
132 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_validSuggestion()
145 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_unknownArgument()
/frameworks/base/services/core/java/com/android/server/graphics/fonts/
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 …]
/frameworks/base/services/supervision/java/com/android/server/supervision/
DSupervisionServiceShellCommand.java19 import android.os.ShellCommand;
22 public class SupervisionServiceShellCommand extends ShellCommand {
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DFaceShellCommand.java19 import android.os.ShellCommand;
24 public class FaceShellCommand extends ShellCommand {
/frameworks/base/services/core/java/com/android/server/content/
DContentShellCommand.java21 import android.os.ShellCommand;
25 public class ContentShellCommand extends ShellCommand {
/frameworks/base/services/core/java/com/android/server/timedetector/
DGnssTimeUpdateServiceShellCommand.java20 import android.os.ShellCommand;
26 class GnssTimeUpdateServiceShellCommand extends ShellCommand {
/frameworks/base/services/core/java/com/android/server/location/contexthub/
DContextHubShellCommand.java20 import android.os.ShellCommand;
31 public class ContextHubShellCommand extends ShellCommand {
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintShellCommand.java20 import android.os.ShellCommand;
25 public class FingerprintShellCommand extends ShellCommand {
/frameworks/base/services/searchui/java/com/android/server/searchui/
DSearchUiManagerServiceShellCommand.java20 import android.os.ShellCommand;
27 public class SearchUiManagerServiceShellCommand extends ShellCommand {
/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/
DWallpaperEffectsGenerationManagerServiceShellCommand.java20 import android.os.ShellCommand;
27 public class WallpaperEffectsGenerationManagerServiceShellCommand extends ShellCommand {
/frameworks/base/services/core/java/com/android/server/dreams/
DDreamShellCommand.java22 import android.os.ShellCommand;
31 public class DreamShellCommand extends ShellCommand {
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DAppPredictionManagerServiceShellCommand.java20 import android.os.ShellCommand;
27 public class AppPredictionManagerServiceShellCommand extends ShellCommand {

123456