Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/sensorprivacy/
H A DSensorPrivacyService.java215 mSensorPrivacyServiceImpl.userSwitching(USER_NULL, user.getUserIdentifier()); in onUserStarting()
222 mSensorPrivacyServiceImpl.userSwitching(from.getUserIdentifier(), to.getUserIdentifier()); in onUserSwitching()
1075 private void userSwitching(int from, int to) { in userSwitching() method in SensorPrivacyService.SensorPrivacyServiceImpl
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java650 boolean userSwitching = mCurrentUserId != newUserId; in onUserSwitching()
651 if (userSwitching) { in onUserSwitching()
663 if (userSwitching) { in onUserSwitching()