Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/app/
H A DGameServiceController.java96 void notifyNewForegroundUser(@NonNull SystemService.TargetUser user) { in notifyNewForegroundUser() method in GameServiceController
H A DGameManagerService.java1581 mGameServiceController.notifyNewForegroundUser(to); in onUserSwitching()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/
H A DGameServiceControllerTest.java225 mGameServiceManager.notifyNewForegroundUser(USER_11); in notifyNewForegroundUser_differentUser_stopsPreviousInstanceAndThenStartsNewInstance()