Home
last modified time | relevance | path

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

/development/samples/TicTacToeMain/src/com/example/android/tictactoe/
DMainActivity.java38 startGame(true); in onCreate()
45 startGame(false); in onCreate()
50 private void startGame(boolean startWithHuman) { in startGame() method in MainActivity