Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 94) 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
36 "args": [ array
42 "args": [ array
48 "args": [ array
54 "args": [ array
60 "args": [ array
75 "args": [ array
81 "args": [ array
105 "args": [ array
111 "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/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/device-collectors/src/test/java/android/device/collectors/
DScreenRecordCollectorTest.java214 Bundle args = new Bundle(); in testScreenRecord_qualityHigh() local
230 Bundle args = new Bundle(); in testScreenRecord_qualityMedium() local
246 Bundle args = new Bundle(); in testScreenRecord_qualityLow() local
262 Bundle args = new Bundle(); in testScreenRecord_qualityUnknown() local
279 Bundle args = new Bundle(); in testScreenRecord_dimensionsInvalid() local
297 Bundle args = new Bundle(); in testEmptyrOutputDirOptionSetToFalse() local
/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/flicker/src/com/android/server/wm/flicker/service/resources/
Dconfig.json9 "args": [ array
24 "args": [ array
30 "args": [ array
36 "args": [ array
42 "args": [ array
73 "args": [ array
79 "args": [ array
85 "args": [ array
91 "args": [ array
97 "args": [ array
[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
/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/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.java38 public DumpsysMeminfoListener(Bundle args, DumpsysMeminfoHelper helper) { in DumpsysMeminfoListener()
44 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DDumpsysServiceListener.java38 public DumpsysServiceListener(Bundle args, DumpsysServiceHelper helper) { in DumpsysServiceListener()
44 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DPinnerSnapshotListener.java43 public PinnerSnapshotListener(Bundle args, PinnerHelper helper) { in PinnerSnapshotListener()
54 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DBinderListener.java44 public BinderListener(Bundle args, BinderCollectionHelper helper) { in BinderListener()
51 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DProcLoadListener.java63 public ProcLoadListener(Bundle args, ProcLoadHelper helper) { in ProcLoadListener()
74 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DAppVersionListener.java51 public AppVersionListener(Bundle args, AppVersionHelper helper) { in AppVersionListener()
62 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
/platform_testing/libraries/sts-common-util/device-side/src/com/android/sts/common/util/
DStsExtraBusinessLogicTestCase.java110 public void logInfo(String logTag, String format, Object... args) { in logInfo()
115 public void logDebug(String logTag, String format, Object... args) { in logDebug()
120 public void logWarn(String logTag, String format, Object... args) { in logWarn()
125 public void logError(String logTag, String format, Object... args) { in logError()
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/tradefed/testtype/
DStsExtraBusinessLogicHostTestBase.java117 public void logInfo(String logTag, String format, Object... args) { in logInfo()
122 public void logDebug(String logTag, String format, Object... args) { in logDebug()
127 public void logWarn(String logTag, String format, Object... args) { in logWarn()
132 public void logError(String logTag, String format, Object... args) { in logError()
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
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