Searched refs:restartGame (Results 1 – 5 of 5) sorted by relevance
30 void restartGame(in int taskId); in restartGame() method
331 public final boolean restartGame() { in restartGame() method in GameSession333 mGameSessionController.restartGame(mTaskId); in restartGame()
218 public void restartGame(int taskId) {222 GameServiceProviderInstanceImpl.this.restartGame(taskId);901 private void restartGame(int taskId) { in restartGame() method in GameServiceProviderInstanceImpl
1097 .mGameSessionController.restartGame(10); in restartGame_taskIdAssociatedWithGame_restartsTargetGame()1118 .mGameSessionController.restartGame(11); in restartGame_taskIdNotAssociatedWithGame_noOp()
12830 …resPermission(android.Manifest.permission.MANAGE_GAME_ACTIVITY) public final boolean restartGame();