OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentMax
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
RatingBarTest.java
174
final int
currentMax
= mRatingBar.getMax();
179
assertEquals(
currentMax
, mRatingBar.getMax());
184
assertEquals(
currentMax
, mRatingBar.getMax());
189
assertEquals(
currentMax
, mRatingBar.getMax());
194
assertEquals(
currentMax
, mRatingBar.getMax());
/tools/tradefederation/core/src/com/android/tradefed/build/
FileDownloadCache.java
397
long
currentMax
= getMaxFileCacheSize();
401
setMaxCacheSize(
currentMax
);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadGroupTest.java
407
int
currentMax
= testRoot.getMaxPriority();
409
passed = testRoot.getMaxPriority() ==
currentMax
;
412
+
currentMax
+ " , after: " + testRoot.getMaxPriority(),
417
currentMax
= testRoot.getMaxPriority();
422
+
currentMax
+ " , after: " + testRoot.getMaxPriority(), passed);
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar
Completed in 188 milliseconds