Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DConfirmDeviceCredentialBaseFragment.java267 final UserInfo userToBeWiped = mUserManager.getUserInfo( in getUserTypeForWipe() local
269 if (userToBeWiped == null || userToBeWiped.isPrimary()) { in getUserTypeForWipe()
271 } else if (userToBeWiped.isManagedProfile()) { in getUserTypeForWipe()
/packages/apps/Settings/src/com/android/settings/password/
DConfirmDeviceCredentialBaseFragment.java280 final UserInfo userToBeWiped = mUserManager.getUserInfo( in getUserTypeForWipe() local
282 if (userToBeWiped == null || userToBeWiped.isPrimary()) { in getUserTypeForWipe()
284 } else if (userToBeWiped.isManagedProfile()) { in getUserTypeForWipe()