Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceUserInfoTest.java244 userInfo.supportsSwitchTo()); in testSupportSwitchTo_partial()
252 userInfo.supportsSwitchTo()); in testSupportSwitchTo_disabled()
261 userInfo.supportsSwitchTo()); in testSupportSwitchTo_preCreated()
264 assertTrue("Switching to a full, real user should be allowed", userInfo.supportsSwitchTo()); in testSupportSwitchTo_preCreated()
271 assertFalse("Switching to a profiles should be disabled", userInfo.supportsSwitchTo()); in testSupportSwitchTo_profile()
/frameworks/base/core/java/android/content/pm/
DUserInfo.java450 public boolean supportsSwitchTo() { in supportsSwitchTo() method in UserInfo
480 return supportsSwitchTo(); in supportsSwitchToByUser()
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/
DGuestUserInteractor.kt153 if (info != null && info.isEnabled && info.supportsSwitchTo()) { in <lambda>()
/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerService.java326 if (!userInfo.supportsSwitchTo() && userInfo.id != UserHandle.USER_SYSTEM) { in initIfNeeded()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java2166 if (!targetUserInfo.supportsSwitchTo()) {
/frameworks/base/core/api/
Dtest-current.txt1193 method public boolean supportsSwitchTo();
/frameworks/base/boot/
Dboot-image-profile.txt4806 HSPLandroid/content/pm/UserInfo;->supportsSwitchTo()Z
/frameworks/base/config/
Dboot-image-profile.txt4809 HSPLandroid/content/pm/UserInfo;->supportsSwitchTo()Z
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13427 Landroid/content/pm/UserInfo;->supportsSwitchTo()Z