Home
last modified time | relevance | path

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

12

/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/composer/platform/src/android/platform/test/composer/
DIterate.java26 protected int getIterationsArgument(Bundle args) { in getIterationsArgument()
32 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/composer/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.java46 public List<U> apply(T args, List<U> input) { in apply()
67 protected abstract int getIterationsArgument(T args); in getIterationsArgument()
70 protected abstract OrderOptions getOrdersArgument(T args); in getOrdersArgument()
/platform_testing/libraries/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
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DJankListener.java44 public JankListener(Bundle args, JankCollectionHelper helper) { in JankListener()
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
/platform_testing/libraries/longevity/host/tests/src/android/host/test/longevity/
DLongevitySuiteTest.java61 Map<String, String> args = new HashMap(); in testDoNotInvalidateTestRuns() local
75 Map<String, String> args = new HashMap(); in testInvalidateTestRuns() local
112 Map<String, String> args = new HashMap(); in testChildAccounting() local
/platform_testing/libraries/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/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DAppStartupListener.java43 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DCpuUsageListener.java47 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
/platform_testing/libraries/composer/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/composer/host/tests/src/android/host/test/composer/
DShuffleTest.java36 Map<String, String> args = new HashMap<>(); in getArguments() local
DIterateTest.java32 Map<String, String> args = new HashMap<>(); in build() local
/platform_testing/libraries/longevity/host/tests/src/android/host/test/longevity/listener/
DTimeoutTerminatorTest.java44 Map<String, String> args = new HashMap<>(); in setupListener() local
/platform_testing/libraries/longevity/platform/tests/src/android/platform/test/longevity/listener/
DTimeoutTerminatorTest.java47 Map<String, String> args = new HashMap<>(); in setupListener() local
DBatteryTerminatorTest.java55 Map args = new HashMap(); in setupListener() local
/platform_testing/libraries/device-collectors/src/test/platform/android/device/collectors/
DStatsdListenerTest.java186 Bundle args = new Bundle(); in testParsingConfigFromArguments_validConfig() local
210 Bundle args = new Bundle(); in testParsingConfigFromArguments_malformedConfig() local
222 Bundle args = new Bundle(); in testParsingConfigFromArguments_nonexistentConfig() local
/platform_testing/libraries/device-collectors/src/main/java/android/device/preparers/
DGarbageCollectionPreparer.java70 public GarbageCollectionPreparer(Bundle args, GarbageCollectionHelper helper) { in GarbageCollectionPreparer()
77 Bundle args = getArgsBundle(); in onTestRunStart() local
/platform_testing/libraries/longevity/platform/src/android/platform/test/longevity/listener/
DTimeoutTerminator.java30 public TimeoutTerminator(RunNotifier notifier, Map<String, String> args) { in TimeoutTerminator() argument

12