OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxTestCount
(Results
1 - 2
of
2
) sorted by null
/cts/tools/host/src/com/android/cts/
TestSession.java
125
final long
maxTestCount
= HostConfig.getMaxTestCount();
126
return (
maxTestCount
> 0) && (mTestCount >=
maxTestCount
);
HostConfig.java
76
maxTestCount
(200),
122
return Ints.
maxTestCount
.value();
[
all
...]
Completed in 3663 milliseconds