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

  /packages/apps/Contacts/tests/src/com/android/contacts/
RecentCallsListActivityTests.java 79 private Random mRnd;
95 mRnd = new Random();
276 duration = mRnd.nextInt(10 * 60); // 0 - 10 minutes random.
337 int type = mRnd.nextInt(10);
349 int inout = mRnd.nextBoolean() ? Calls.OUTGOING_TYPE : Calls.INCOMING_TYPE;
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameActivity.java 45 private Random mRnd = new Random();
156 int index = mRnd.nextInt(9);

Completed in 33 milliseconds