Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 58) sorted by relevance

123

/platform_testing/libraries/health/composers/platform/src/android/platform/test/composer/
DIterate.java26 protected int getIterationsArgument(Bundle args) { in getIterationsArgument()
31 protected OrderOptions getOrdersArgument(Bundle args) { in getOrdersArgument()
DShuffle.java28 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/
DUsbException.java24 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/
DShuffleBase.java41 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()
DShuffle.java26 protected boolean getShuffleArgument(Map<String, String> args) { in getShuffleArgument() argument
35 protected long getSeedArgument(Map<String, String> args) { in getSeedArgument() argument
DIterate.java25 protected int getIterationsArgument(Map<String, String> args) { in getIterationsArgument() argument
40 protected OrderOptions getOrdersArgument(Map<String, String> args) { in getOrdersArgument() argument
DIterateBase.java47 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/
DFreeMemListener.java40 public FreeMemListener(Bundle args, FreeMemHelper helper) { in FreeMemListener()
49 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DDumpsysMeminfoListener.java39 public DumpsysMeminfoListener(Bundle args, DumpsysMeminfoHelper helper) { in DumpsysMeminfoListener()
45 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DProcLoadListener.java63 public ProcLoadListener(Bundle args, ProcLoadHelper helper) { in ProcLoadListener()
74 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DJankListener.java44 public JankListener(Bundle args, JankCollectionHelper helper) { in JankListener()
51 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DBinderListener.java44 public BinderListener(Bundle args, BinderCollectionHelper helper) { in BinderListener()
51 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DProcessShowmapListener.java53 public ProcessShowmapListener(Bundle args, ProcessShowmapHelper helper) { in ProcessShowmapListener()
61 Bundle args = getArgsBundle(); in onTestRunStart() local
DTotalPssMetricListener.java56 public TotalPssMetricListener(Bundle args, TotalPssHelper helper) { in TotalPssMetricListener()
67 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DSfStatsListener.java34 public SfStatsListener(Bundle args, SfStatsCollectionHelper helper) { in SfStatsListener()
/platform_testing/libraries/health/utils/tests/src/android/platform/test/util/
DHealthRunnerBuilderTest.java62 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/
DLongevitySuiteTest.java63 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/
DProfileTest.java148 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
DProfileSuiteTest.java171 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/
DMicrobenchmarkTest.java59 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/
DLongevitySuite.java71 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/
DIterateTest.java33 Bundle args = new Bundle(); in build() local
DShuffleTest.java37 Bundle args = new Bundle(); in getArguments() local
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DAppStartupListener.java43 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
/platform_testing/libraries/health/composers/host/tests/src/android/host/test/composer/
DShuffleTest.java36 Map<String, String> args = new HashMap<>(); in getArguments() local

123