Home
last modified time | relevance | path

Searched refs:notifyGraphicsEnvironmentSetup (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DGameManager.java248 public void notifyGraphicsEnvironmentSetup() { in notifyGraphicsEnvironmentSetup() method in GameManager
250 mService.notifyGraphicsEnvironmentSetup( in notifyGraphicsEnvironmentSetup()
DIGameManagerService.aidl37 void notifyGraphicsEnvironmentSetup(String packageName, int userId); in notifyGraphicsEnvironmentSetup() method
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/
DGameManagerServiceTests.java2217 gameManagerService.notifyGraphicsEnvironmentSetup(mPackageName, USER_ID_1); in testNotifyGraphicsEnvironmentSetup()
2234 gameManagerService.notifyGraphicsEnvironmentSetup(mPackageName, USER_ID_1); in testNotifyGraphicsEnvironmentSetup_outOfBoundBoostValue()
2251 gameManagerService.notifyGraphicsEnvironmentSetup(mPackageName, USER_ID_1); in testNotifyGraphicsEnvironmentSetup_outOfBoundBoostValue()
2266 gameManagerService.notifyGraphicsEnvironmentSetup(mPackageName, USER_ID_1); in testNotifyGraphicsEnvironmentSetup_noDeviceConfig()
2276 gameManagerService.notifyGraphicsEnvironmentSetup(mPackageName, USER_ID_1); in testNotifyGraphicsEnvironmentSetup_noLoadingBoostValue()
2292 gameManagerService.notifyGraphicsEnvironmentSetup(mPackageName, USER_ID_1); in testNotifyGraphicsEnvironmentSetup_nonGame()
2309 gameManagerService.notifyGraphicsEnvironmentSetup(someGamePkg, USER_ID_1); in testNotifyGraphicsEnvironmentSetup_differentApp()
/frameworks/base/core/java/android/os/
DGraphicsEnvironment.java164 gameManager.notifyGraphicsEnvironmentSetup(); in setup()
/frameworks/base/services/core/java/com/android/server/app/
DGameManagerService.java1270 @GameMode public void notifyGraphicsEnvironmentSetup(String packageName, int userId)