/platform_testing/libraries/flicker/utils/test/src/android/tools/parsers/perfetto/ |
D | ArgsTest.kt | 29 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/ |
D | MicrobenchmarkTest.java | 91 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/ |
D | MultiLog.java | 29 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()
|
D | BusinessLogicExecutor.java | 54 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/ |
D | ScreenRecordCollectorTest.java | 214 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/ |
D | Iterate.java | 24 protected int getIterationsArgument(Bundle args) { in getIterationsArgument() 29 protected OrderOptions getOrdersArgument(Bundle args) { in getOrdersArgument()
|
D | Shuffle.java | 28 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/ |
D | ShuffleBase.java | 41 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()
|
D | Shuffle.java | 26 protected boolean getShuffleArgument(Map<String, String> args) { in getShuffleArgument() argument 35 protected long getSeedArgument(Map<String, String> args) { in getSeedArgument() argument
|
D | Iterate.java | 23 protected int getIterationsArgument(Map<String, String> args) { in getIterationsArgument() argument 38 protected OrderOptions getOrdersArgument(Map<String, String> args) { in getOrdersArgument() argument
|
D | IterateBase.java | 48 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/ |
D | HealthRunnerBuilderTest.java | 62 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/ |
D | LongevitySuiteTest.java | 63 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/ |
D | FreeMemListener.java | 40 public FreeMemListener(Bundle args, FreeMemHelper helper) { in FreeMemListener() 49 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
|
D | DumpsysServiceListener.java | 38 public DumpsysServiceListener(Bundle args, DumpsysServiceHelper helper) { in DumpsysServiceListener() 44 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
|
D | PinnerSnapshotListener.java | 39 public PinnerSnapshotListener(Bundle args, PinnerHelper helper) { in PinnerSnapshotListener() 48 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
|
D | AppVersionListener.java | 51 public AppVersionListener(Bundle args, AppVersionHelper helper) { in AppVersionListener() 62 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
|
D | BinderListener.java | 44 public BinderListener(Bundle args, BinderCollectionHelper helper) { in BinderListener() 51 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
|
D | JankListener.java | 44 public JankListener(Bundle args, JankCollectionHelper helper) { in JankListener() 51 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
|
D | ProcLoadListener.java | 63 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/ |
D | StsExtraBusinessLogicTestCase.java | 110 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/ |
D | StsExtraBusinessLogicHostTestBase.java | 117 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/ |
D | ProfileSuiteTest.java | 173 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
|
D | ProfileTest.java | 207 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/ |
D | TimeInStateListener.java | 54 public TimeInStateListener(Bundle args, TimeInStateHelper helper) { in TimeInStateListener() 60 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
|