Home
last modified time | relevance | path

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

1234

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DMultiLog.java29 public void logInfo(String logTag, String format, Object... args); in logInfo()
37 public void logDebug(String logTag, String format, Object... args); in logDebug()
45 public void logWarn(String logTag, String format, Object... args); in logWarn()
53 public void logError(String logTag, String format, Object... args); in logError()
DBusinessLogicExecutor.java52 public boolean executeCondition(String method, String... args) { in executeCondition()
71 public void executeAction(String method, String... args) { in executeAction()
99 protected abstract String formatExecutionString(String method, String... args); in formatExecutionString()
102 protected String[] formatArgs(String[] args) { in formatArgs()
129 protected Object invokeMethod(String method, String... args) throws ClassNotFoundException, in invokeMethod()
161 public abstract void logInfo(String format, Object... args); in logInfo()
167 public abstract void logDebug(String format, Object... args); in logDebug()
189 String... args) throws ClassNotFoundException; in getResolvedMethod()
/platform_testing/libraries/flicker/test/assets/testdata/assertors/
Dconfig.json9 "args": [ array
15 "args": [ array
21 "args": [ array
27 "args": [ array
33 "args": [ array
60 "args": [ array
66 "args": [ array
72 "args": [ array
78 "args": [ array
84 "args": [ array
[all …]
DassertionsConfig.json9 "args": [ array
15 "args": [ array
21 "args": [ array
27 "args": [ array
33 "args": [ array
70 "args": [ array
79 "args": [ array
85 "args": [ array
103 "args": [ array
/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/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/
DMicrobenchmarkTest.java71 Bundle args = new Bundle(); in testIterationCount() local
114 Bundle args = new Bundle(); in testMultipleIterationsWithRename() local
150 Bundle args = new Bundle(); in testMultipleIterationsWithDifferentSuffix() local
186 Bundle args = new Bundle(); in testMultipleIterationsWithoutRename() local
215 Bundle args = new Bundle(); in testMultipleMethodIterations() local
249 Bundle args = new Bundle(); in testStopsEarly_ifBatteryLevelIsBelowThreshold() local
276 Bundle args = new Bundle(); in testStopsEarly_ifBatteryDrainIsAboveThreshold() local
303 Bundle args = new Bundle(); in testAlignWithBatteryChargeCounter() local
336 Bundle args = new Bundle(); in testAlignWithBatteryChargeCounter_timesOut() local
367 Bundle args = new Bundle(); in testTerminateOnTestFailOptionEnabled() local
[all …]
/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/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/flicker/src/com/android/server/wm/flicker/service/resources/
Dconfig.json9 "args": [ array
15 "args": [ array
33 "args": [ array
39 "args": [ array
45 "args": [ array
73 "args": [ array
79 "args": [ array
85 "args": [ array
91 "args": [ array
97 "args": [ array
[all …]
/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
DDumpsysServiceListener.java38 public DumpsysServiceListener(Bundle args, DumpsysServiceHelper helper) { in DumpsysServiceListener()
44 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DDumpsysMeminfoListener.java38 public DumpsysMeminfoListener(Bundle args, DumpsysMeminfoHelper helper) { in DumpsysMeminfoListener()
44 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DBinderListener.java44 public BinderListener(Bundle args, BinderCollectionHelper helper) { in BinderListener()
51 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DAppVersionListener.java51 public AppVersionListener(Bundle args, AppVersionHelper helper) { in AppVersionListener()
62 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DPinnerSnapshotListener.java43 public PinnerSnapshotListener(Bundle args, PinnerHelper helper) { in PinnerSnapshotListener()
54 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
/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 testSequentialScheduling_respectsSchedule() local
444 Bundle args = new Bundle(); in testExtraArgs_registeredBeforeTest() local
463 Bundle args = new Bundle(); in testExtraArgs_unregisteredAfterTest() local
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DTimeInStateListener.java54 public TimeInStateListener(Bundle args, TimeInStateHelper helper) { in TimeInStateListener()
60 Bundle args = getArgsBundle(); in setupAdditionalArgs() local

1234