Home
last modified time | relevance | path

Searched refs:startWithHuman (Results 1 – 1 of 1) sorted by relevance

/development/samples/TicTacToeMain/src/com/example/android/tictactoe/
DMainActivity.java50 private void startGame(boolean startWithHuman) { in startGame() argument
53 startWithHuman ? State.PLAYER1.getValue() : State.PLAYER2.getValue()); in startGame()