Searched defs:SUFFIX_LENGTH (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/test-runner/src/junit/runner/
H A DClassPathTestCollector.java17 static final int SUFFIX_LENGTH= ".class".length(); field in class:ClassPathTestCollector
75 String s= classFileName.substring(0, classFileName.length()-SUFFIX_LENGTH);

Completed in 51 milliseconds