Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/
H A DSensorPrivacyService.java234 mSensorPrivacyServiceImpl.userSwitching(USER_NULL, user.getUserIdentifier()); in onUserStarting()
241 mSensorPrivacyServiceImpl.userSwitching(from.getUserIdentifier(), to.getUserIdentifier()); in onUserSwitching()
1287 private void userSwitching(int from, int to) { in userSwitching() method in SensorPrivacyService.SensorPrivacyServiceImpl
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java530 boolean userSwitching = mCurrentUserId != newUserId; in onUserSwitching()
531 if (userSwitching) { in onUserSwitching()
543 if (userSwitching) { in onUserSwitching()