/frameworks/base/core/tests/timetests/src/android/app/time/ |
D | ExternalTimeSuggestionTest.java | 23 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()
|
D | TimeStateTest.java | 26 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()
|
D | UnixEpochTimeTest.java | 23 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()
|
D | TimeZoneStateTest.java | 26 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/ |
D | ShellCommandTestSupport.java | 21 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()
|
D | ManualTimeZoneSuggestionTest.java | 27 import android.os.ShellCommand; 87 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions(""); in testParseCommandLineArg_noArgs() 93 ShellCommand testShellCommand = in testParseCommandLineArg_validSuggestion() 104 ShellCommand testShellCommand = createShellCommandWithArgsAndOptions( in testParseCommandLineArg_unknownArgument()
|
D | TelephonyTimeZoneSuggestionTest.java | 27 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/ |
D | ShellCommandTestSupport.java | 21 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()
|
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()
|
/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/ |
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()
|
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()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerShellCommandDataLoader.java | 27 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/ |
D | ManualTimeSuggestionTest.java | 27 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()
|
D | TelephonyTimeSuggestionTest.java | 27 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/ |
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 …]
|
/frameworks/base/services/supervision/java/com/android/server/supervision/ |
D | SupervisionServiceShellCommand.java | 19 import android.os.ShellCommand; 22 public class SupervisionServiceShellCommand extends ShellCommand {
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
D | FaceShellCommand.java | 19 import android.os.ShellCommand; 24 public class FaceShellCommand extends ShellCommand {
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | ContentShellCommand.java | 21 import android.os.ShellCommand; 25 public class ContentShellCommand extends ShellCommand {
|
/frameworks/base/services/core/java/com/android/server/timedetector/ |
D | GnssTimeUpdateServiceShellCommand.java | 20 import android.os.ShellCommand; 26 class GnssTimeUpdateServiceShellCommand extends ShellCommand {
|
/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
D | ContextHubShellCommand.java | 20 import android.os.ShellCommand; 31 public class ContextHubShellCommand extends ShellCommand {
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
D | FingerprintShellCommand.java | 20 import android.os.ShellCommand; 25 public class FingerprintShellCommand extends ShellCommand {
|
/frameworks/base/services/searchui/java/com/android/server/searchui/ |
D | SearchUiManagerServiceShellCommand.java | 20 import android.os.ShellCommand; 27 public class SearchUiManagerServiceShellCommand extends ShellCommand {
|
/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/ |
D | WallpaperEffectsGenerationManagerServiceShellCommand.java | 20 import android.os.ShellCommand; 27 public class WallpaperEffectsGenerationManagerServiceShellCommand extends ShellCommand {
|
/frameworks/base/services/core/java/com/android/server/dreams/ |
D | DreamShellCommand.java | 22 import android.os.ShellCommand; 31 public class DreamShellCommand extends ShellCommand {
|
/frameworks/base/services/appprediction/java/com/android/server/appprediction/ |
D | AppPredictionManagerServiceShellCommand.java | 20 import android.os.ShellCommand; 27 public class AppPredictionManagerServiceShellCommand extends ShellCommand {
|