HomeSort by relevance Sort by last modified time
    Searched refs:notAnnotation (Results 1 - 9 of 9) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/testtype/
ITestAnnotationFilterReceiver.java 36 void addExcludeAnnotation(String notAnnotation);
DeviceTestCase.java 73 description="The name of class for the notAnnotation filter to be used.")
249 public void addExcludeAnnotation(String notAnnotation) {
250 mExcludeAnnotation.add(notAnnotation);
251 mFilterHelper.addExcludeAnnotation(notAnnotation);
HostTest.java 298 public void addExcludeAnnotation(String notAnnotation) {
299 mExcludeAnnotations.add(notAnnotation);
300 mFilterHelper.addExcludeAnnotation(notAnnotation);
  /frameworks/opt/net/wifi/tests/wifitests/
runtests.sh 44 -e notAnnotation com.android.server.wifi.DisabledForUpdateToAnyMatcher \
  /tools/tradefederation/core/src/com/android/tradefed/util/
TestFilterHelper.java 103 public void addExcludeAnnotation(String notAnnotation) {
104 mExcludeAnnotations.add(notAnnotation);
  /prebuilts/misc/common/android-support-test/runner/
runner-0.6-beta-2-release-no-dep.jar 
runner-0.6-beta-2-release.jar 
  /prebuilts/misc/common/android-support-test/rules/
rules-0.6-beta-2-release.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 

Completed in 277 milliseconds