Home
last modified time | relevance | path

Searched refs:target (Results 1 – 17 of 17) sorted by relevance

/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DLongevityClassRunner.java118 protected Statement withBefores(FrameworkMethod method, Object target, Statement statement) { in withBefores() argument
124 : addRunBefores(statement, allBeforeMethods, target); in withBefores()
132 protected Statement withAfters(FrameworkMethod method, Object target, Statement statement) { in withAfters() argument
137 target); in withAfters()
143 Statement statement, List<FrameworkMethod> befores, Object target) { in addRunBefores() argument
144 return new RunBefores(statement, befores, target); in addRunBefores()
156 Object target) { in addRunAfters() argument
157 return new RunAfterMethods(statement, afterMethods, afterClassMethods, target); in addRunAfters()
194 Object target) { in RunAfterMethods() argument
198 mTarget = target; in RunAfterMethods()
[all …]
DScheduledScenarioRunner.java102 protected List<TestRule> getTestRules(Object target) { in getTestRules() argument
103 List<TestRule> rules = super.getTestRules(target); in getTestRules()
110 protected Statement withAfters(FrameworkMethod method, Object target, Statement statement) { in withAfters() argument
141 return super.withAfters(method, target, withIdle); in withAfters()
/platform_testing/libraries/app-helpers/interfaces/clockwork/src/android/platform/helpers/
DITranslateHelper.java39 public void changeLanguages(String source, String target); in changeLanguages() argument
/platform_testing/libraries/device-collectors/src/test/platform/
DAndroid.bp17 // Android Unit Test target
27 "mockito-target-minus-junit4",
/platform_testing/libraries/device-collectors/src/test/java/
DAndroid.bp17 // Android Unit Test target
27 "mockito-target-minus-junit4",
/platform_testing/libraries/health/composers/host/tests/
DAndroid.bp25 target: {
29 "mockito-target",
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationInteractionTests.java234 UiObject2 target = null; in testNotificationClicks() local
236 target = mDevice.wait( in testNotificationClicks()
239 assertNotNull("could not find first action button", target); in testNotificationClicks()
240 target.click(); in testNotificationClicks()
257 target = mDevice.wait(Until.findObject(By.text(NotificationHelper.SECOND_ACTION)), in testNotificationClicks()
259 assertNotNull("could not find second action button", target); in testNotificationClicks()
260 target.click(); in testNotificationClicks()
270 target = mDevice.wait(Until.findObject(By.text(NotificationHelper.CONTENT_TITLE)), in testNotificationClicks()
272 assertNotNull("could not find content click target", target); in testNotificationClicks()
273 target.click(); in testNotificationClicks()
/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DIGmailHelper.java229 public void openEmailLink(String target); in openEmailLink() argument
/platform_testing/libraries/collectors-helper/memory/test/
DAndroid.bp24 "mockito-target",
/platform_testing/libraries/health/rules/tests/
DAndroid.bp26 "mockito-target",
/platform_testing/libraries/collectors-helper/power/test/
DAndroid.bp24 "mockito-target",
/platform_testing/libraries/health/composers/platform/tests/
DAndroid.bp27 "mockito-target-minus-junit4",
/platform_testing/libraries/collectors-helper/jank/test/
DAndroid.bp25 "mockito-target",
/platform_testing/libraries/collectors-helper/system/test/
DAndroid.bp25 "mockito-target",
/platform_testing/libraries/collectors-helper/statsd/test/
DAndroid.bp30 "mockito-target-minus-junit4",
/platform_testing/libraries/metrics-helper/tests/
DAndroid.bp28 "mockito-target-minus-junit4",
/platform_testing/libraries/health/runners/longevity/platform/tests/
DAndroid.bp54 "mockito-target",