/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 | 52 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/ |
D | config.json | 9 "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 …]
|
D | assertionsConfig.json | 9 "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/ |
D | Iterate.java | 26 protected int getIterationsArgument(Bundle args) { in getIterationsArgument() 31 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/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/ |
D | MicrobenchmarkTest.java | 71 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/ |
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 | 25 protected int getIterationsArgument(Map<String, String> args) { in getIterationsArgument() argument 40 protected OrderOptions getOrdersArgument(Map<String, String> args) { in getOrdersArgument() argument
|
D | IterateBase.java | 47 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/ |
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/flicker/src/com/android/server/wm/flicker/service/resources/ |
D | config.json | 9 "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/ |
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 | DumpsysMeminfoListener.java | 38 public DumpsysMeminfoListener(Bundle args, DumpsysMeminfoHelper helper) { in DumpsysMeminfoListener() 44 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 | AppVersionListener.java | 51 public AppVersionListener(Bundle args, AppVersionHelper helper) { in AppVersionListener() 62 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
|
D | PinnerSnapshotListener.java | 43 public PinnerSnapshotListener(Bundle args, PinnerHelper helper) { in PinnerSnapshotListener() 54 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
|
D | JankListener.java | 44 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/ |
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/health/runners/longevity/platform/tests/src/android/platform/test/longevity/ |
D | ProfileTest.java | 148 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
|
D | ProfileSuiteTest.java | 171 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/ |
D | TimeInStateListener.java | 54 public TimeInStateListener(Bundle args, TimeInStateHelper helper) { in TimeInStateListener() 60 Bundle args = getArgsBundle(); in setupAdditionalArgs() local
|