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()
173 private final GameServiceController mGameServiceController; field in GameManagerService215 mGameServiceController = null; in GameManagerService()1265 if (mGameServiceController == null) { in setGameServiceProvider()1496 if (mGameServiceController != null) { in onBootCompleted()1497 mGameServiceController.onBootComplete(); in onBootCompleted()1546 if (mGameServiceController != null) { in onUserStarting()1547 mGameServiceController.notifyUserStarted(user); in onUserStarting()1552 if (mGameServiceController != null) { in onUserUnlocking()1567 if (mGameServiceController != null) { in onUserStopping()1568 mGameServiceController.notifyUserStopped(user); in onUserStopping()[all …]
85 service.connected(mGameServiceController);184 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()