Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/
H A DGameServiceControllerTest.java116 seedConfigurationForUser(USER_10, configurationA); in notifyUserStarted_createsAndStartsNewInstance()
135 seedConfigurationForUser(USER_10, configurationA); in notifyUserStarted_sameUser_doesNotCreateNewInstance()
155 seedConfigurationForUser(USER_10, configurationA); in notifyUserUnlocking_noForegroundUser_ignores()
176 seedConfigurationForUser(USER_10, configurationA); in notifyUserUnlocking_sameAsForegroundUser_evaluatesProvider()
197 seedConfigurationForUser(USER_11, configurationA); in notifyUserUnlocking_differentFromForegroundUser_ignores()
213 seedConfigurationForUser(USER_10, configurationA); in notifyNewForegroundUser_differentUser_stopsPreviousInstanceAndThenStartsNewInstance()
219 FakeGameServiceProviderInstance instanceB = seedConfigurationForUser(USER_11, in notifyNewForegroundUser_differentUser_stopsPreviousInstanceAndThenStartsNewInstance()
247 seedConfigurationForUser(USER_10, configurationA); in packageChanges_reevaluatesGameServiceProvider()
261 seedConfigurationForUser(USER_10, configurationB); in packageChanges_reevaluatesGameServiceProvider()
283 private FakeGameServiceProviderInstance seedConfigurationForUser(SystemService.TargetUser user, in seedConfigurationForUser() method in GameServiceControllerTest