Searched refs:isTestClass (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/test-runner/src/junit/runner/
H A DSimpleTestCollector.java15 protected boolean isTestClass(String classFileName) { method in class:SimpleTestCollector
H A DLoadingTestCollector.java21 protected boolean isTestClass(String classFileName) { method in class:LoadingTestCollector
25 return (testClass != null) && isTestClass(testClass);
42 boolean isTestClass(Class testClass) { method in class:LoadingTestCollector
H A DClassPathTestCollector.java44 if (isTestClass(classFileName)) {
66 protected boolean isTestClass(String classFileName) { method in class:ClassPathTestCollector
/frameworks/testing/support/src/android/support/test/internal/runner/
H A DTestLoader.java108 if (loadedClass != null && isTestClass(loadedClass)) {
144 private boolean isTestClass(Class<?> loadedClass) { method in class:TestLoader
178 Log.w(LOG_TAG, String.format("%s in isTestClass for %s", e.toString(),
183 Log.w(LOG_TAG, String.format("%s in isTestClass for %s", e.toString(),
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DRunTestCommand.java203 if (isTestClass(className)) {
220 private boolean isTestClass(String className) { method in class:RunTestCommand

Completed in 144 milliseconds