HomeSort by relevance Sort by last modified time
    Searched full:anotherlong (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
RandomTest.java 220 long aLong, anotherLong, yetAnotherLong;
228 anotherLong = anotherRandom.nextLong();
231 aLong == anotherLong);
  /libcore/luni/src/test/java/tests/api/java/util/
RandomTest.java 220 long aLong, anotherLong, yetAnotherLong;
228 anotherLong = anotherRandom.nextLong();
231 aLong == anotherLong);

Completed in 66 milliseconds