Searched refs:notifyGraphicsEnvironmentSetup (Results 1 – 5 of 5) sorted by relevance
248 public void notifyGraphicsEnvironmentSetup() { in notifyGraphicsEnvironmentSetup() method in GameManager250 mService.notifyGraphicsEnvironmentSetup( in notifyGraphicsEnvironmentSetup()
37 void notifyGraphicsEnvironmentSetup(String packageName, int userId); in notifyGraphicsEnvironmentSetup() method
2217 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()
164 gameManager.notifyGraphicsEnvironmentSetup(); in setup()
1270 @GameMode public void notifyGraphicsEnvironmentSetup(String packageName, int userId)