Searched refs:createProfileForUserEvenWhenDisallowedWithThrow (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/ |
D | UserManagerServiceTest.java | 594 mSpiedUms.createProfileForUserEvenWhenDisallowedWithThrow(PRIVATE_PROFILE_NAME, in testAutoLockPrivateProfile() 616 mSpiedUms.createProfileForUserEvenWhenDisallowedWithThrow(PRIVATE_PROFILE_NAME, in testAutoLockOnDeviceLockForPrivateProfile() 638 mSpiedUms.createProfileForUserEvenWhenDisallowedWithThrow(PRIVATE_PROFILE_NAME, in testAutoLockOnDeviceLockForPrivateProfile_keyguardUnlocked() 659 mSpiedUms.createProfileForUserEvenWhenDisallowedWithThrow(PRIVATE_PROFILE_NAME, in testAutoLockOnDeviceLockForPrivateProfile_flagDisabled() 684 mSpiedUms.createProfileForUserEvenWhenDisallowedWithThrow(PRIVATE_PROFILE_NAME, in testAutoLockAfterInactityForPrivateProfile() 718 mUms.createProfileForUserEvenWhenDisallowedWithThrow(PRIVATE_PROFILE_NAME, in testSetOrUpdateAutoLockPreference() 772 mUms.createProfileForUserEvenWhenDisallowedWithThrow("TestPrivateProfile", in testGetProfileIdsExcludingHidden() 788 assertThat(mSpiedUms.createProfileForUserEvenWhenDisallowedWithThrow( in testCreatePrivateProfileOnHeadlessSystemUser_shouldAllowCreation() 824 () -> mUms.createProfileForUserEvenWhenDisallowedWithThrow(PRIVATE_PROFILE_NAME, in testCreatePrivateProfileOnTV_shouldNotAllowCreation() 836 () -> mUms.createProfileForUserEvenWhenDisallowedWithThrow(PRIVATE_PROFILE_NAME, in testCreatePrivateProfileOnEmbedded_shouldNotAllowCreation() [all …]
|
/frameworks/base/core/java/android/os/ |
D | IUserManager.aidl | 124 …UserInfo createProfileForUserEvenWhenDisallowedWithThrow(in String name, in String userType, int f… in createProfileForUserEvenWhenDisallowedWithThrow() method
|
D | UserManager.java | 4564 return mService.createProfileForUserEvenWhenDisallowedWithThrow(name, userType, flags, in createProfileForUserEvenWhenDisallowed()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserManagerService.java | 5270 public @NonNull UserInfo createProfileForUserEvenWhenDisallowedWithThrow(
|