OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentMax
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
RatingBarTest.java
262
int
currentMax
= ratingBar.getMax();
267
assertEquals(
currentMax
, ratingBar.getMax());
272
assertEquals(
currentMax
, ratingBar.getMax());
277
assertEquals(
currentMax
, ratingBar.getMax());
282
assertEquals(
currentMax
, ratingBar.getMax());
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java
517
int
currentMax
= testRoot.getMaxPriority();
519
passed = testRoot.getMaxPriority() ==
currentMax
;
522
+
currentMax
+ " , after: " + testRoot.getMaxPriority(),
527
currentMax
= testRoot.getMaxPriority();
532
+
currentMax
+ " , after: " + testRoot.getMaxPriority(),
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 225 milliseconds