| /platform_testing/libraries/health/composers/platform/src/android/platform/test/composer/ |
| D | Iterate.java | 26 protected int getIterationsArgument(Bundle args) { in getIterationsArgument() 31 protected OrderOptions getOrdersArgument(Bundle args) { in getOrdersArgument()
|
| D | Shuffle.java | 28 protected boolean getShuffleArgument(Bundle args) { in getShuffleArgument() 34 protected long getSeedArgument(Bundle args) { in getSeedArgument()
|
| /platform_testing/libraries/aoa-helper/src/com/android/helper/aoa/ |
| D | UsbException.java | 24 UsbException(@Nullable String template, @Nullable Object... args) { in UsbException() 25 super(String.format(String.valueOf(template), args)); in UsbException() local
|
| /platform_testing/libraries/health/composers/host/src/android/host/test/composer/ |
| D | ShuffleBase.java | 41 public List<U> apply(T args, List<U> input) { in apply() 51 protected abstract boolean getShuffleArgument(T args); in getShuffleArgument() 54 protected abstract long getSeedArgument(T args); in getSeedArgument()
|
| D | Shuffle.java | 26 protected boolean getShuffleArgument(Map<String, String> args) { in getShuffleArgument() argument 35 protected long getSeedArgument(Map<String, String> args) { in getSeedArgument() argument
|
| D | Iterate.java | 25 protected int getIterationsArgument(Map<String, String> args) { in getIterationsArgument() argument 40 protected OrderOptions getOrdersArgument(Map<String, String> args) { in getOrdersArgument() argument
|
| D | IterateBase.java | 47 public List<U> apply(T args, List<U> input) { in apply() 68 protected abstract int getIterationsArgument(T args); in getIterationsArgument() 71 protected abstract OrderOptions getOrdersArgument(T args); in getOrdersArgument()
|
| /platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
| D | FreeMemListener.java | 40 public FreeMemListener(Bundle args, FreeMemHelper helper) { in FreeMemListener() 49 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
|
| D | DumpsysMeminfoListener.java | 39 public DumpsysMeminfoListener(Bundle args, DumpsysMeminfoHelper helper) { in DumpsysMeminfoListener() 45 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
|
| D | ProcLoadListener.java | 63 public ProcLoadListener(Bundle args, ProcLoadHelper helper) { in ProcLoadListener() 74 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
|
| D | JankListener.java | 44 public JankListener(Bundle args, JankCollectionHelper helper) { in JankListener() 51 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
|
| D | BinderListener.java | 44 public BinderListener(Bundle args, BinderCollectionHelper helper) { in BinderListener() 51 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
|
| D | ProcessShowmapListener.java | 53 public ProcessShowmapListener(Bundle args, ProcessShowmapHelper helper) { in ProcessShowmapListener() 61 Bundle args = getArgsBundle(); in onTestRunStart() local
|
| D | TotalPssMetricListener.java | 56 public TotalPssMetricListener(Bundle args, TotalPssHelper helper) { in TotalPssMetricListener() 67 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
|
| D | SfStatsListener.java | 34 public SfStatsListener(Bundle args, SfStatsCollectionHelper helper) { in SfStatsListener()
|
| /platform_testing/libraries/health/utils/tests/src/android/platform/test/util/ |
| D | HealthRunnerBuilderTest.java | 62 Bundle args = new Bundle(); in testUsingSpecifiedRunner_valid() local 72 Bundle args = new Bundle(); in testUsingSpecifiedRunner_invalid_notClass() local 81 Bundle args = new Bundle(); in testUsingSpecifiedRunner_invalid_notRunner() local
|
| /platform_testing/libraries/health/runners/longevity/host/tests/src/android/host/test/longevity/ |
| D | LongevitySuiteTest.java | 63 Map<String, String> args = new HashMap(); in testDoNotInvalidateTestRuns() local 77 Map<String, String> args = new HashMap(); in testInvalidateTestRuns() local 109 Map<String, String> args = new HashMap(); in testTimeoutTestRuns() local 144 Map<String, String> args = new HashMap(); in testChildAccounting() local
|
| /platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/ |
| D | ProfileTest.java | 148 public TestableProfile(Bundle args) { in TestableProfile() 153 protected Configuration getConfigurationArgument(Bundle args) { in getConfigurationArgument() 158 protected Profile getProfile(Bundle args) { in getProfile() 163 Bundle args = new Bundle(); in getArguments() local
|
| D | ProfileSuiteTest.java | 171 Bundle args = new Bundle(); in testTimestampScheduling_respectsSchedule() local 273 Bundle args = new Bundle(); in testTimestampScheduling_respectsSuiteTimeout() local 324 Bundle args = new Bundle(); in testIndexedScheduling_respectsSchedule() local 384 Bundle args = new Bundle(); in testExtraArgs_registeredBeforeTest() local 403 Bundle args = new Bundle(); in testExtraArgs_unregisteredAfterTest() local
|
| /platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/ |
| D | MicrobenchmarkTest.java | 59 Bundle args = new Bundle(); in testIterationCount() local 102 Bundle args = new Bundle(); in testMultipleIterationsWithRename() local 138 Bundle args = new Bundle(); in testMultipleIterationsWithDifferentSuffix() local 174 Bundle args = new Bundle(); in testMultipleIterationsWithoutRename() local 203 Bundle args = new Bundle(); in testMultipleMethodIterations() local 261 Bundle args = new Bundle(); in testAlignWithBatteryChargeCounter() local 294 Bundle args = new Bundle(); in testAlignWithBatteryChargeCounter_timesOut() local 325 Bundle args = new Bundle(); in testTerminateOnTestFailOptionEnabled() local 352 Bundle args = new Bundle(); in testTerminateOnTestFailOptionDisabled() local
|
| /platform_testing/libraries/health/runners/longevity/host/src/android/host/test/longevity/ |
| D | LongevitySuite.java | 71 public LongevitySuite(Class<?> klass, RunnerBuilder builder, Map<String, String> args) in LongevitySuite() argument 79 protected LongevitySuite(Class<?> klass, List<Runner> runners, Map<String, String> args) in LongevitySuite() argument 89 Class<?> suite, RunnerBuilder builder, Map<String, String> args) in constructClassRunners() argument
|
| /platform_testing/libraries/health/composers/platform/tests/src/android/platform/test/composer/ |
| D | IterateTest.java | 33 Bundle args = new Bundle(); in build() local
|
| D | ShuffleTest.java | 37 Bundle args = new Bundle(); in getArguments() local
|
| /platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/ |
| D | AppStartupListener.java | 43 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
|
| /platform_testing/libraries/health/composers/host/tests/src/android/host/test/composer/ |
| D | ShuffleTest.java | 36 Map<String, String> args = new HashMap<>(); in getArguments() local
|