/aosp14/frameworks/base/core/tests/coretests/src/android/app/time/ |
H A D | ExternalTimeSuggestionTest.java | 23 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 D | TimeStateTest.java | 26 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 D | UnixEpochTimeTest.java | 23 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 D | TimeZoneStateTest.java | 26 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 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 …]
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/ |
H A D | ShellCommandTestSupport.java | 21 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 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()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/ |
H A D | NetworkTimeSuggestionTest.java | 25 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 D | GnssTimeSuggestionTest.java | 25 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 D | ShellCommandTestSupport.java | 21 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 D | LocationAlgorithmEventTest.java | 33 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 D | TelephonyTimeSuggestionTest.java | 27 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 D | ManualTimeSuggestionTest.java | 27 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 D | FontManagerShellCommand.java | 34 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 D | FaceShellCommand.java | 19 import android.os.ShellCommand; 24 public class FaceShellCommand extends ShellCommand {
|
/aosp14/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 {
|
/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/ |
H A D | GnssTimeUpdateServiceShellCommand.java | 20 import android.os.ShellCommand; 26 class GnssTimeUpdateServiceShellCommand extends ShellCommand {
|
/aosp14/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 {
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
H A D | FingerprintShellCommand.java | 20 import android.os.ShellCommand; 25 public class FingerprintShellCommand extends ShellCommand {
|
/aosp14/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 {
|
/aosp14/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 {
|
/aosp14/frameworks/base/services/core/java/com/android/server/dreams/ |
H A D | DreamShellCommand.java | 22 import android.os.ShellCommand; 31 public class DreamShellCommand extends ShellCommand {
|
/aosp14/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/ |
H A D | WallpaperEffectsGenerationManagerServiceShellCommand.java | 20 import android.os.ShellCommand; 27 public class WallpaperEffectsGenerationManagerServiceShellCommand extends ShellCommand {
|
/aosp14/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 {
|