Home
last modified time | relevance | path

Searched refs:updateCustomGameModeConfiguration (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/
DGameManager.java312 public void updateCustomGameModeConfiguration(@NonNull String packageName, in updateCustomGameModeConfiguration() method in GameManager
316 mService.updateCustomGameModeConfiguration(packageName, gameModeConfig, in updateCustomGameModeConfiguration()
DIGameManagerService.aidl48 …void updateCustomGameModeConfiguration(String packageName, in GameModeConfiguration gameModeConfig… in updateCustomGameModeConfiguration() method
/frameworks/base/core/tests/GameManagerTests/src/android/app/
DGameManagerTests.java99 mGameManager.updateCustomGameModeConfiguration(mPackageName, supportedFpsConfig); in testUpdateCustomGameModeConfiguration()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/
DGameManagerServiceTests.java1978 gameManagerService.updateCustomGameModeConfiguration(mPackageName, in testUpdateCustomGameModeConfiguration_permissionDenied()
1989 gameManagerService.updateCustomGameModeConfiguration(mPackageName, in testUpdateCustomGameModeConfiguration_noUserId()
2000 gameManagerService.updateCustomGameModeConfiguration(mPackageName, in testUpdateCustomGameModeConfiguration_nonGame()
2015 gameManagerService.updateCustomGameModeConfiguration(mPackageName, in testUpdateCustomGameModeConfiguration()
/frameworks/base/services/core/java/com/android/server/app/
DGameManagerService.java1410 public void updateCustomGameModeConfiguration(String packageName,
/frameworks/base/core/api/
Dmodule-lib-lint-baseline.txt538 RequiresPermission: android.app.GameManager#updateCustomGameModeConfiguration(String, android.app.G…
539 …Method 'updateCustomGameModeConfiguration' documentation mentions permissions already declared by …
Dtest-lint-baseline.txt602 RequiresPermission: android.app.GameManager#updateCustomGameModeConfiguration(String, android.app.G…
603 …Method 'updateCustomGameModeConfiguration' documentation mentions permissions already declared by …
Dsystem-lint-baseline.txt676 RequiresPermission: android.app.GameManager#updateCustomGameModeConfiguration(String, android.app.G…
677 …Method 'updateCustomGameModeConfiguration' documentation mentions permissions already declared by …
Dsystem-current.txt960 …n(android.Manifest.permission.MANAGE_GAME_MODE) public void updateCustomGameModeConfiguration(@Non…