Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DGameManager.java297 public void updateCustomGameModeConfiguration(@NonNull String packageName, in updateCustomGameModeConfiguration() method in GameManager
300 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.java93 mGameManager.updateCustomGameModeConfiguration(mPackageName, supportedFpsConfig); in testUpdateCustomGameModeConfiguration()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/
DGameManagerServiceTests.java1961 gameManagerService.updateCustomGameModeConfiguration(mPackageName, in testUpdateCustomGameModeConfiguration_permissionDenied()
1972 gameManagerService.updateCustomGameModeConfiguration(mPackageName, in testUpdateCustomGameModeConfiguration_noUserId()
1983 gameManagerService.updateCustomGameModeConfiguration(mPackageName, in testUpdateCustomGameModeConfiguration_nonGame()
1998 gameManagerService.updateCustomGameModeConfiguration(mPackageName, in testUpdateCustomGameModeConfiguration()
/frameworks/base/services/core/java/com/android/server/app/
DGameManagerService.java1397 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.txt596 RequiresPermission: android.app.GameManager#updateCustomGameModeConfiguration(String, android.app.G…
597 …Method 'updateCustomGameModeConfiguration' documentation mentions permissions already declared by …
Dsystem-lint-baseline.txt628 RequiresPermission: android.app.GameManager#updateCustomGameModeConfiguration(String, android.app.G…
629 …Method 'updateCustomGameModeConfiguration' documentation mentions permissions already declared by …
Dsystem-current.txt919 …n(android.Manifest.permission.MANAGE_GAME_MODE) public void updateCustomGameModeConfiguration(@Non…