Searched refs:mGameServiceController (Results 1 – 4 of 4) sorted by relevance
92 private IGameServiceController mGameServiceController; field in GameService142 mGameServiceController = gameServiceController; in doOnConnected()180 if (mGameServiceController == null) { in createGameSession()185 mGameServiceController.createGameSession(taskId); in createGameSession()
184 private final GameServiceController mGameServiceController; field in GameManagerService250 mGameServiceController = new GameServiceController(255 mGameServiceController = null;1320 if (mGameServiceController == null) {1324 mGameServiceController.setGameServiceProvider(packageName);1551 if (mGameServiceController != null) {1552 mGameServiceController.onBootComplete();1605 if (mGameServiceController != null) {1606 mGameServiceController.notifyUserStarted(user);1611 if (mGameServiceController != null) {[all …]
85 service.connected(mGameServiceController);189 private final IGameServiceController mGameServiceController = field in GameServiceProviderInstanceImpl
1210 private IGameServiceController mGameServiceController; field in GameServiceProviderInstanceImplTest.FakeGameService1239 mGameServiceController = gameServiceController; in connected()1247 mGameServiceController = null; in disconnected()1261 mGameServiceController.createGameSession(task); in requestCreateGameSession()