Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/games/
DGameService.java92 private IGameServiceController mGameServiceController; field in GameService
142 mGameServiceController = gameServiceController; in doOnConnected()
180 if (mGameServiceController == null) { in createGameSession()
185 mGameServiceController.createGameSession(taskId); in createGameSession()
/frameworks/base/services/core/java/com/android/server/app/
DGameManagerService.java184 private final GameServiceController mGameServiceController; field in GameManagerService
250 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 …]
DGameServiceProviderInstanceImpl.java85 service.connected(mGameServiceController);
189 private final IGameServiceController mGameServiceController = field in GameServiceProviderInstanceImpl
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/
DGameServiceProviderInstanceImplTest.java1210 private IGameServiceController mGameServiceController; field in GameServiceProviderInstanceImplTest.FakeGameService
1239 mGameServiceController = gameServiceController; in connected()
1247 mGameServiceController = null; in disconnected()
1261 mGameServiceController.createGameSession(task); in requestCreateGameSession()