Searched refs:GameService (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/service/games/ |
H A D | GameService.java | 71 public class GameService extends Service { class 98 GameService::doOnConnected, GameService.this, gameServiceController)); 104 GameService::onDisconnected, GameService.this)); 110 GameService::onGameStarted, GameService.this, gameStartedEvent)); 118 GameService::onDisconnected, GameService.this));
|
/aosp14/frameworks/base/services/core/java/com/android/server/app/ |
H A D | GameServiceProviderSelectorImpl.java | 30 import android.service.games.GameService; 92 new Intent(GameService.ACTION_GAME_SERVICE).setPackage(gameServicePackage), in get() 141 GameService.SERVICE_META_DATA)) { in determineGameSessionServiceFromGameService() 143 Slog.w(TAG, "No " + GameService.SERVICE_META_DATA + " meta-data found for " in determineGameSessionServiceFromGameService() 165 com.android.internal.R.styleable.GameService); in determineGameSessionServiceFromGameService()
|
H A D | GameServiceProviderInstanceFactoryImpl.java | 28 import android.service.games.GameService; 79 super(context, new Intent(GameService.ACTION_GAME_SERVICE) in GameServiceConnector()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/ |
H A D | GameServiceProviderSelectorImplTest.java | 45 import android.service.games.GameService; 366 GameService.ACTION_GAME_SERVICE) in seedGameServiceResolveInfos() 430 serviceInfo.metaData.putInt(GameService.SERVICE_META_DATA, resId); in addGameServiceMetaData()
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 12490 public class GameService extends android.app.Service { 12491 ctor public GameService();
|