Home
last modified time | relevance | path

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

12345

/platform_testing/libraries/flicker/utils/test/src/android/tools/parsers/perfetto/
DArgsTest.kt29 val args = in <lambda>() constant
50 val args = makeArgs(listOf(Pair("child.grandChild0", 10), Pair("child.grandChild1", 11))) in <lambda>() constant
62 val args = in <lambda>() constant
79 val args = in <lambda>() constant
/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/
DMicrobenchmarkTest.java91 Bundle args = new Bundle(); in testIterationCount() local
135 Bundle args = new Bundle(); in testMultipleIterationsWithRename() local
173 Bundle args = new Bundle(); in testMultipleIterationsWithDifferentSuffix() local
211 Bundle args = new Bundle(); in testMultipleIterationsWithoutRename() local
239 Bundle args = new Bundle(); in testMultipleMethodIterations() local
272 Bundle args = new Bundle(); in testStopsEarly_ifBatteryLevelIsBelowThreshold() local
299 Bundle args = new Bundle(); in testStopsEarly_ifBatteryDrainIsAboveThreshold() local
326 Bundle args = new Bundle(); in testAlignWithBatteryChargeCounter() local
359 Bundle args = new Bundle(); in testAlignWithBatteryChargeCounter_timesOut() local
390 Bundle args = new Bundle(); in testTerminateOnTestFailOptionEnabled() local
[all …]
/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.java54 public boolean executeCondition(String method, String... args) { in executeCondition()
73 public void executeAction(String method, String... args) { in executeAction()
101 protected abstract String formatExecutionString(String method, String... args); in formatExecutionString()
104 protected String[] formatArgs(String[] args) { in formatArgs()
133 protected Object invokeMethod(String method, String... args) in invokeMethod()
165 public abstract void logInfo(String format, Object... args); in logInfo()
171 public abstract void logDebug(String format, Object... args); in logDebug()
193 String... args) throws ClassNotFoundException; in getResolvedMethod()
/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.java24 protected int getIterationsArgument(Bundle args) { in getIterationsArgument()
29 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/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.java23 protected int getIterationsArgument(Map<String, String> args) { in getIterationsArgument() argument
38 protected OrderOptions getOrdersArgument(Map<String, String> args) { in getOrdersArgument() argument
DIterateBase.java48 public List<U> apply(T args, List<U> input) { in apply()
69 protected abstract int getIterationsArgument(T args); in getIterationsArgument()
72 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/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
DDumpsysServiceListener.java38 public DumpsysServiceListener(Bundle args, DumpsysServiceHelper helper) { in DumpsysServiceListener()
44 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DPinnerSnapshotListener.java39 public PinnerSnapshotListener(Bundle args, PinnerHelper helper) { in PinnerSnapshotListener()
48 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DAppVersionListener.java51 public AppVersionListener(Bundle args, AppVersionHelper helper) { in AppVersionListener()
62 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DBinderListener.java44 public BinderListener(Bundle args, BinderCollectionHelper helper) { in BinderListener()
51 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DJankListener.java44 public JankListener(Bundle args, JankCollectionHelper helper) { in JankListener()
51 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
DProcLoadListener.java63 public ProcLoadListener(Bundle args, ProcLoadHelper helper) { in ProcLoadListener()
74 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.java173 Bundle args = new Bundle(); in testTimestampScheduling_respectsSchedule() local
275 Bundle args = new Bundle(); in testTimestampScheduling_respectsSuiteTimeout() local
326 Bundle args = new Bundle(); in testIndexedScheduling_respectsSchedule() local
386 Bundle args = new Bundle(); in testSequentialScheduling_respectsSchedule() local
446 Bundle args = new Bundle(); in testExtraArgs_registeredBeforeTest() local
465 Bundle args = new Bundle(); in testExtraArgs_unregisteredAfterTest() local
DProfileTest.java207 public TestableProfile(Bundle args) { in TestableProfile()
212 protected Configuration getConfigurationArgument(Bundle args) { in getConfigurationArgument()
217 protected Profile getProfile(Bundle args) { in getProfile()
222 Bundle args = new Bundle(); in getArguments() 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

12345