Home
last modified time | relevance | path

Searched refs:getGameServiceComponentConfiguration (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/
DGameServiceControllerTest.java122 configurationA.getGameServiceComponentConfiguration()); in notifyUserStarted_createsAndStartsNewInstance()
142 configurationA.getGameServiceComponentConfiguration()); in notifyUserStarted_sameUser_doesNotCreateNewInstance()
180 configurationA.getGameServiceComponentConfiguration()); in notifyUserUnlocking_sameAsForegroundUser_evaluatesProvider()
228 configurationA.getGameServiceComponentConfiguration()); in notifyNewForegroundUser_differentUser_stopsPreviousInstanceAndThenStartsNewInstance()
230 configurationB.getGameServiceComponentConfiguration()); in notifyNewForegroundUser_differentUser_stopsPreviousInstanceAndThenStartsNewInstance()
268 configurationA.getGameServiceComponentConfiguration()); in packageChanges_reevaluatesGameServiceProvider()
270 configurationB.getGameServiceComponentConfiguration()); in packageChanges_reevaluatesGameServiceProvider()
289 configuration.getGameServiceComponentConfiguration())) in seedConfigurationForUser()
/frameworks/base/services/core/java/com/android/server/app/
DGameServiceConfiguration.java50 public GameServiceComponentConfiguration getGameServiceComponentConfiguration() { in getGameServiceComponentConfiguration() method in GameServiceConfiguration
DGameServiceController.java164 .getGameServiceComponentConfiguration(); in evaluateActiveGameServiceProvider()