Searched refs:oldUserType (Results 1 – 2 of 2) sorted by relevance
301 UserTypeDetails oldUserType = oldUserTypeBuilder.createUserTypeDetails(); in testUpgradeProfileType_updateTypeAndFlags() local304 oldUserType.getDefaultUserInfoFlags() | FLAG_INITIALIZED, oldUserTypeName); in testUpgradeProfileType_updateTypeAndFlags()338 UserTypeDetails oldUserType = oldUserTypeBuilder.createUserTypeDetails(); in testUpgradeProfileType_updateRestrictions() local340 UserInfo userInfo = createUser(userId, oldUserType.getDefaultUserInfoFlags(), in testUpgradeProfileType_updateRestrictions()
2964 final UserTypeDetails oldUserType = mUserTypes.get(userInfo.userType); in upgradeProfileToTypeLU() local2966 if (oldUserType != null) { in upgradeProfileToTypeLU()2967 oldFlags = oldUserType.getDefaultUserInfoFlags(); in upgradeProfileToTypeLU()